Avoid extra newline
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user