eps_file.close in source/lib/JMSLab/remove_eps_info.py is wrong because it only refers to the close function; it does not call it. I'm changing it to eps_file.close()
Not closing the input file before reopening the same path for writing can cause file-access issues on some systems.
eps_file.closeinsource/lib/JMSLab/remove_eps_info.pyis wrong because it only refers to the close function; it does not call it. I'm changing it toeps_file.close()Not closing the input file before reopening the same path for writing can cause file-access issues on some systems.