mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
Fix static check mode
This commit is contained in:
parent
538d6d45fc
commit
1937bf7a4a
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue