mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-16 12:39:35 -04:00
Fix static check mode
This commit is contained in:
@@ -222,7 +222,8 @@ def main():
|
||||
elif mode == 'RepoManifest':
|
||||
(version, vercode) = check_repomanifest(app, sdk_path)
|
||||
elif mode == 'Static':
|
||||
pass
|
||||
version = None
|
||||
vercode = 'Checking disabled'
|
||||
elif mode == 'None':
|
||||
version = None
|
||||
vercode = 'Checking disabled'
|
||||
|
||||
Reference in New Issue
Block a user