diff --git a/src/Solver/Mage.py b/src/Solver/Mage.py index 5f5b80fa..22168ea3 100644 --- a/src/Solver/Mage.py +++ b/src/Solver/Mage.py @@ -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