From: Ciaran Gultnieks Date: Fri, 14 Sep 2012 22:15:28 +0000 (+0100) Subject: Fix wiki formatting when we have the current version X-Git-Tag: 0.1~751 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=813823b6a9b01153c6516968a51903d0e83f5fc6;p=fdroidserver.git Fix wiki formatting when we have the current version --- diff --git a/fdroidserver/update.py b/fdroidserver/update.py index 4f20ea84..89cb1676 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -96,6 +96,8 @@ def update_wiki(apps, apks, verbose=False): wikidata += "We currently have no versions of this app available." elif not gotcurrentver: wikidata += "We don't have the current version of this app." + else: + wikidata += "We have the current version of this app." wikidata += " (Check mode: " + app['Update Check Mode'] + ")\n\n" if len(app['Current Version']) > 0: wikidata += "The current (recommended) version is " + app['Current Version']