Commit 797a853b authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Solver: Mage: Fix pep8.

Showing with 2 additions and 2 deletions
+2 -2
...@@ -510,8 +510,8 @@ class Mage(CommandLineSolver): ...@@ -510,8 +510,8 @@ class Mage(CommandLineSolver):
f.write( f.write(
f"{sin_dict[bhs._type]} " + f"{sin_dict[bhs._type]} " +
f"{reach_id} {float(hs.input_kp):>12.3f} {param_str} " + f"{reach_id} {float(hs.input_kp):>12.3f} " +
f"{name}\n" f"{param_str} {name}\n"
) )
return files return files
......
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