mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Fix static check mode
This commit is contained in:
parent
538d6d45fc
commit
1937bf7a4a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user