From ef88d5ec31adbd6d0c23b2ae2130db1dc2398bcd Mon Sep 17 00:00:00 2001 From: aWZHY0yQH81uOYvH <32046476+aWZHY0yQH81uOYvH@users.noreply.github.com> Date: Tue, 27 Aug 2019 22:58:39 -0700 Subject: [PATCH] changed Intel HEX gen to use correct line endings on all OSes --- Bootup Logo/python_logo_converter/img2ts100.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootup Logo/python_logo_converter/img2ts100.py b/Bootup Logo/python_logo_converter/img2ts100.py index 8d8377c1..8691a7e2 100644 --- a/Bootup Logo/python_logo_converter/img2ts100.py +++ b/Bootup Logo/python_logo_converter/img2ts100.py @@ -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,