chiark / gitweb /
fix PEP8 "E251 unexpected spaces around keyword / parameter equals"
authorHans-Christoph Steiner <hans@eds.org>
Fri, 2 May 2014 02:27:58 +0000 (22:27 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 6 May 2014 15:45:02 +0000 (11:45 -0400)
fdroidserver/common.py

index c61e9a5aac1c36576b0303029faf061cf74cc9a3..992a23b22b2f19dda3808a8803a1cf80be0bc0fb 100644 (file)
@@ -857,7 +857,7 @@ def parse_androidmanifests(paths):
     return (max_version, max_vercode, max_package)
 
 class BuildException(Exception):
-    def __init__(self, value, detail = None):
+    def __init__(self, value, detail=None):
         self.value = value
         self.detail = detail