mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Improve checkupdates error message
This commit is contained in:
parent
ca52aec070
commit
d0bc41da49
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue