Hi there, Line 141, 477, 584, 709 of parse.py contain _with open(input_file, 'rU')_ Open mode 'U' is deprecated and causes the script to fail on Python newer than 3.10 (I think), and potentially should be updated Thank you!
Hi there,
Line 141, 477, 584, 709 of parse.py contain with open(input_file, 'rU')
Open mode 'U' is deprecated and causes the script to fail on Python newer than 3.10 (I think), and potentially should be updated
Thank you!