Closed ericfeunekes closed 3 years ago
See discussion on #128
The last with output_file in scripts/01 parse.py is in the wrong place. Moved it to line 56 and fixed indents so that it opens the final output_file, rather than throwing an error or opening the second last output_file
with output_file
output_file
Looks good to me, thanks for the fix!
See discussion on #128
The last
with output_file
in scripts/01 parse.py is in the wrong place. Moved it to line 56 and fixed indents so that it opens the finaloutput_file
, rather than throwing an error or opening the second lastoutput_file