1
0
forked from me/IronOS

Merge pull request #496 from aWZHY0yQH81uOYvH/master

changed Python logo converter to use correct line endings on all OSes
This commit is contained in:
Ben V. Brown
2019-08-28 18:50:48 +10:00
committed by GitHub

View File

@@ -229,7 +229,7 @@ if __name__ == "__main__":
sys.exit(1)
try:
with open(args.output_filename, 'w') as output:
with open(args.output_filename, 'w', newline='\r\n') as output:
img2hex(args.input_filename,
output,
args.preview,