mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Display previously ignored checkupdates error
This commit is contained in:
parent
08287a1fa8
commit
94598a05f5
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ def main():
|
|||
app['Current Version'] = cv
|
||||
writeit = True
|
||||
except Exception:
|
||||
msg = "Auto Name or Current Version failed for %s due to exception: %s" % (app['id'], traceback.format_exc())
|
||||
print "ERROR: Auto Name or Current Version failed for %s due to exception: %s" % (app['id'], traceback.format_exc())
|
||||
|
||||
if updating:
|
||||
print '...updating to version %s (%s)' % (app['Current Version'], app['Current Version Code'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue