Fix all E22x errors

This cleans up white spaces around various kinds of operators to be
consistent.
This commit is contained in:
2019-11-27 11:08:06 +01:00
parent 8483632683
commit 32ad0adc2d
31 changed files with 128 additions and 129 deletions

View File

@@ -90,7 +90,7 @@ if not options.version:
m = re.search(r'(?:Snapshot|Build)([\d.]+)-Media', loc)
if m is None:
raise Exception("failed to parse %s"%loc)
raise Exception("failed to parse %s" % loc)
version = m.group(1)
logger.debug("found version %s", version)