mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Also show error messages when coming from UCM:Tags
This commit is contained in:
parent
7cf368df70
commit
b23b560c72
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue