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

fix: handle CCVAlreadyInject case using a warning

parent c2e75a3f
No related branches found
No related tags found
1 merge request!1066[Jungfrau] New condition exposure timout
...@@ -263,7 +263,6 @@ def inject_ccv( ...@@ -263,7 +263,6 @@ def inject_ccv(
'name': report_path.stem, 'name': report_path.stem,
'file_path': str(report_path) 'file_path': str(report_path)
} }
return inject_h
const_dest = get_default_caldb_root() / const_rel_path / const_filename const_dest = get_default_caldb_root() / const_rel_path / const_filename
const_dest.parent.mkdir(parents=True, exist_ok=True) const_dest.parent.mkdir(parents=True, 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