forked from Mirror/pmbootstrap
enforce E501 in pmb/helpers (MR 2058)
This commit is contained in:
parent
2b8efb996b
commit
039552f5b7
9 changed files with 45 additions and 27 deletions
|
@ -58,7 +58,7 @@ def list_apkbuilds(args):
|
|||
"""
|
||||
ret = {}
|
||||
for device in list_codenames(args):
|
||||
apkbuild_path = args.aports + "/device/*/device-" + device + "/APKBUILD"
|
||||
apkbuild_path = f"{args.aports}/device/*/device-{device}/APKBUILD"
|
||||
ret[device] = pmb.parse.apkbuild(args, apkbuild_path)
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue