1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Fix static check mode

This commit is contained in:
Ciaran Gultnieks 2013-03-24 08:08:59 +00:00
parent 538d6d45fc
commit 1937bf7a4a

View File

@ -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'