Skip to content

Removing f.close

Stephan Rayner requested to merge v1-evaluation-fix into main

f.close() is not needed and may actually cause errors as f at this point doesn't exist and calling .close() on it may not work.

Merge request reports