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

Merge branch 'fix/map_folders_and_dependecies' into 'master'

fix dependency tag and bug in cal_tools func.

See merge request detectors/pycalibration!284
parents 3a17b921 c07b587d
No related branches found
No related tags found
2 merge requests!298Feat/dss cimprove master rebasing,!284fix dependency tag and bug in cal_tools func.
......@@ -94,7 +94,7 @@ def map_modules_from_folder(in_folder, run, path_template, karabo_da,
module_files[name].put(abs_fname)
total_sequences += 1
sequences_qm[name] += 1
total_file_size += path.getsize(filename)
total_file_size += path.getsize(abs_fname)
return (module_files, mod_ids, total_sequences,
sequences_qm, total_file_size)
......
......@@ -20,7 +20,7 @@ jupyter
jupyter_console
metadata_client
sphinx == 1.4.5
dill
dill == 0.3.0
pyyaml
ipyparallel
iminuit
......
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