mirror of https://gitlab.com/pamhyr/pamhyr2
Solver: Mage: Fix pep8.
parent
3bad91ec37
commit
c725e15015
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue