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

curly brackets

parent 1d7cfb70
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): ...@@ -278,7 +278,7 @@ async def server_runner(conf_file):
for f in figures: for f in figures:
const = f.split('/')[-1].split('_')[0] const = f.split('/')[-1].split('_')[0]
fpath = '{}/{}/{}'.format(path, instr_name, fpath = '{}/{}/{}/{}'.format(path, instr_name,
det_name, const) det_name, const)
os.makedirs(fpath, exist_ok=True) 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