Commit 28526d8f authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Solver: Mage: Fix pep8.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -590,7 +590,7 @@ class Mage(CommandLineSolver):
for bhs in hs.basic_structures:
logger.info(bhs._type)
if bhs._type != "CV" :
if bhs._type != "CV":
continue
name = bhs.name
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment