mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
fix PEP8 "E251 unexpected spaces around keyword / parameter equals"
This commit is contained in:
parent
58a484e74e
commit
2d271806f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue