mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-26 16:29:12 -05:00
Remove extra argument in magic warning call
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user