forked from Mirror/pmbootstrap
remove unused args argument (MR 2130)
This commit is contained in:
parent
896879e89a
commit
a8d425554c
17 changed files with 49 additions and 56 deletions
|
@ -7,7 +7,7 @@ import pmb.config
|
|||
# Return: {magic: ..., mask: ...}
|
||||
|
||||
|
||||
def binfmt_info(args, arch_qemu):
|
||||
def binfmt_info(arch_qemu):
|
||||
# Parse the info file
|
||||
full = {}
|
||||
info = pmb.config.pmb_src + "/pmb/data/qemu-user-binfmt.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue