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

Merge branch 'fix/cpy_figs_in_const_folder' into 'master'

fix/cpy figs in const folder

See merge request detectors/pycalibration!129
parents 1d7cfb70 b51184db
No related branches found
No related tags found
1 merge request!129fix/cpy figs in const folder
......@@ -278,7 +278,7 @@ async def server_runner(conf_file):
for f in figures:
const = f.split('/')[-1].split('_')[0]
fpath = '{}/{}/{}'.format(path, instr_name,
fpath = '{}/{}/{}/{}'.format(path, instr_name,
det_name, const)
os.makedirs(fpath, exist_ok=True)
......
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