1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-04 14:30:11 +01:00

Also show error messages when coming from UCM:Tags

This commit is contained in:
Daniel Martí 2014-03-21 19:19:17 +01:00
parent 7cf368df70
commit b23b560c72

View File

@ -366,6 +366,7 @@ def main():
if mode.startswith('Tags'):
pattern = mode[5:] if len(mode) > 4 else None
(version, vercode, tag) = check_tags(app, pattern)
msg = vercode
elif mode == 'RepoManifest':
(version, vercode) = check_repomanifest(app)
msg = vercode