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

Solver: Mage: Fix pep8.

Showing with 4 additions and 1 deletion
+4 -1
...@@ -42,7 +42,10 @@ def mage_file_open(filepath, mode): ...@@ -42,7 +42,10 @@ def mage_file_open(filepath, mode):
if ".ST" in filepath: if ".ST" in filepath:
comment = "#" comment = "#"
f.write(f"{comment} This file is generated by PAMHYR, please don't modify\n") f.write(
f"{comment} " +
"This file is generated by PAMHYR, please don't modify\n"
)
return f return f
......
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