mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14: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)
|
ver = common.getcvname(app)
|
||||||
logmsg = "Update %s to %s" % (name, ver)
|
logmsg = "Update %s to %s" % (name, ver)
|
||||||
else:
|
else:
|
||||||
print 'Invalid auto update mode'
|
print 'Invalid auto update mode "' + mode + '"'
|
||||||
|
|
||||||
if writeit:
|
if writeit:
|
||||||
metafile = os.path.join('metadata', app['id'] + '.txt')
|
metafile = os.path.join('metadata', app['id'] + '.txt')
|
||||||
|
Loading…
Reference in New Issue
Block a user