mirror of https://gitlab.com/pamhyr/pamhyr2
Solver: Mage: Fix pep8.
parent
416a807e5d
commit
28526d8f91
|
|
@ -590,7 +590,7 @@ class Mage(CommandLineSolver):
|
||||||
|
|
||||||
for bhs in hs.basic_structures:
|
for bhs in hs.basic_structures:
|
||||||
logger.info(bhs._type)
|
logger.info(bhs._type)
|
||||||
if bhs._type != "CV" :
|
if bhs._type != "CV":
|
||||||
continue
|
continue
|
||||||
|
|
||||||
name = bhs.name
|
name = bhs.name
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue