Avoid extra newline

This commit is contained in:
Richard Berger
2020-09-02 10:55:04 -04:00
parent e479033109
commit 09bc686f71

View File

@ -58,7 +58,6 @@ for orig_file in args.files:
if len(variants) > 0: if len(variants) > 0:
print("Accelerator Variants: ", end="", file=writer) print("Accelerator Variants: ", end="", file=writer)
print(", ".join([f"*{v}*" for v in variants]), file=writer) print(", ".join([f"*{v}*" for v in variants]), file=writer)
print(file=writer) print(file=writer)
# write rest of reader # write rest of reader