close the file

This commit is contained in:
IAlibay
2020-07-14 19:01:12 +01:00
parent 24ea1ea835
commit 0b57c63bbe

View File

@@ -215,3 +215,4 @@ def test_filestream_regression(pdb, options, tmp_path):
if ref_path is not None: if ref_path is not None:
compare_output(pdb, tmp_path, ref_path) compare_output(pdb, tmp_path, ref_path)
input_file.close()