Skip to content
Snippets Groups Projects
Commit 956ddc2a authored by Ilaria Carlomagno's avatar Ilaria Carlomagno
Browse files

Adding f.close() at the end of the main method.

parent 65c6aead
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,9 @@ def cut_reshape(in_file, out_fold):
p = f[run+POSITIONERS+"/"+motor_position][...]
fout.create_dataset(run+"/Starting_positions/"+motor_position, data=p)
fout.close()
f.close()
####################################################################
def run():
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment