chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08287a1
)
Display previously ignored checkupdates error
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 31 Oct 2013 15:39:47 +0000
(15:39 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 31 Oct 2013 15:39:47 +0000
(15:39 +0000)
fdroidserver/checkupdates.py
patch
|
blob
|
history
diff --git
a/fdroidserver/checkupdates.py
b/fdroidserver/checkupdates.py
index 9f637fe679ec6e153e9c9e3d73c112595b2136d8..0006d17892676f2451f5d3265967d197eb5421fe 100644
(file)
--- a/
fdroidserver/checkupdates.py
+++ b/
fdroidserver/checkupdates.py
@@
-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'])