mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Improve checkupdates error message
This commit is contained in:
parent
ca52aec070
commit
d0bc41da49
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user