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:
ca52aec
)
Improve checkupdates error message
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Wed, 11 Dec 2013 09:27:17 +0000
(09:27 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Wed, 11 Dec 2013 09:28:31 +0000
(09:28 +0000)
fdroidserver/checkupdates.py
patch
|
blob
|
history
diff --git
a/fdroidserver/checkupdates.py
b/fdroidserver/checkupdates.py
index e17a6209fd5a4d20802ce3104b7f666b4e065df4..53057879974f856bbc128c20749f576eb6bc6daf 100644
(file)
--- a/
fdroidserver/checkupdates.py
+++ b/
fdroidserver/checkupdates.py
@@
-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')