mirror of https://github.com/lammps/lammps.git
Avoid extra newline
This commit is contained in:
parent
e479033109
commit
09bc686f71
|
@ -58,7 +58,6 @@ for orig_file in args.files:
|
|||
if len(variants) > 0:
|
||||
print("Accelerator Variants: ", end="", file=writer)
|
||||
print(", ".join([f"*{v}*" for v in variants]), file=writer)
|
||||
|
||||
print(file=writer)
|
||||
|
||||
# write rest of reader
|
||||
|
|
Loading…
Reference in New Issue