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

Merge branch 'fix/save_const_to_h5' into 'master'

wrong argument order in save_const_to_h5

See merge request detectors/pycalibration!352
parents ee9bfe94 587e05e8
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