fix PEP8 "E251 unexpected spaces around keyword / parameter equals"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:27:58 -04:00
parent 58a484e74e
commit 2d271806f1

View file

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