1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 19:30:09 +02:00

Improve checkupdates error message

This commit is contained in:
Ciaran Gultnieks 2013-12-11 09:27:17 +00:00
parent ca52aec070
commit d0bc41da49

View File

@ -449,7 +449,7 @@ def main():
ver = common.getcvname(app)
logmsg = "Update %s to %s" % (name, ver)
else:
print 'Invalid auto update mode'
print 'Invalid auto update mode "' + mode + '"'
if writeit:
metafile = os.path.join('metadata', app['id'] + '.txt')