Added newline to end of script.

This commit is contained in:
Will Blanton 2021-04-22 15:00:56 -04:00
parent 01fac80a2e
commit e0a09d10bb

View File

@ -43,4 +43,4 @@ try:
print(gw_str) print(gw_str)
except Exception as e: except Exception as e:
print(e, file=sys.stderr) print(e, file=sys.stderr)