Skip to content
Snippets Groups Projects
Commit 587e05e8 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

wrong argument order in save_const_to_h5

parent ee9bfe94
No related branches found
No related tags found
1 merge request!352wrong argument order in save_const_to_h5
......@@ -266,7 +266,7 @@ def get_dir_creation_date(directory, run, tsdir=False, verbosity=0):
ntries -= 1
def save_const_to_h5(device, constant, data, condition,
def save_const_to_h5(device, constant, condition, data,
file_loc, creation_time, out_folder):
"""
Save constant in h5 file with its metadata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment