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