Open DaniBodor opened 6 years ago
This can be solved by changing line 90 of hmio.py to: with open(output_file_path, 'w',newline='') as out_file:
with open(output_file_path, 'w',newline='') as out_file:
Not sure what this would do to Python 2 though
This can be solved by changing line 90 of hmio.py to:
with open(output_file_path, 'w',newline='') as out_file:
Not sure what this would do to Python 2 though