mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Remove extra argument in magic warning call
This commit is contained in:
parent
52a0773d71
commit
94e2b120e4
1 changed files with 1 additions and 1 deletions
|
@ -1463,7 +1463,7 @@ def scan_source(build_dir, root_dir, thisbuild):
|
|||
try:
|
||||
mime = magic.from_file(fp, mime=True) if ms is None else ms.file(fp)
|
||||
except UnicodeError:
|
||||
warnproblem('malformed magic number', fd, fp)
|
||||
warnproblem('malformed magic number', fd)
|
||||
|
||||
if mime == 'application/x-sharedlib':
|
||||
count += handleproblem('shared library', fd, fp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue