chiark / gitweb /
fix PEP8 "E226 missing whitespace around arithmetic operator"
[fdroidserver.git] / fdroidserver / checkupdates.py
index d55fef3a75ebbac715a451066355f5ce98d709d3..fc5257891d62ebd09d5722505ed57f3c517ed46d 100644 (file)
@@ -183,7 +183,7 @@ def check_repomanifest(app, branch=None):
 
         if repotype == 'git':
             if branch:
-                branch = 'origin/'+branch
+                branch = 'origin/' + branch
             vcs.gotorevision(branch)
         elif repotype == 'git-svn':
             vcs.gotorevision(branch)