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

fix: handle CCVAlreadyInject case using a warning

parent 11de28b3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !1066. Comments created here will be created in the context of that merge request.
......@@ -263,7 +263,6 @@ def inject_ccv(
'name': report_path.stem,
'file_path': str(report_path)
}
return inject_h
const_dest = get_default_caldb_root() / const_rel_path / const_filename
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