black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.
Change-Id: I1344c9ab1a1c3beec79c7326d02b78a6efbd6daf
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/condense_policy.py b/condense_policy.py
index 70c2c98..b9e0b66 100755
--- a/condense_policy.py
+++ b/condense_policy.py
@@ -100,7 +100,7 @@
separatorPos = name.find("||")
if separatorPos != -1:
error = name[0:separatorPos]
- modifier = name[separatorPos + 2:]
+ modifier = name[separatorPos + 2 :]
details["mod"] = modifier
else:
error = name