Skip to content
Snippets Groups Projects
Commit 8d99e40d authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Bug fix: protect against absence of directory

We do not want a symbolic link `$tests_old_dir/Extract_component_nx_2`
to be created if directory `$tests_old_dir/Extract_component_nx_2`
does not exist.
parent 158a0d61
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
[ [
[ [
"ln", "-sf", "$tests_old_dir/EGr2nd15md4np3/e_overestim.txt", "ln", "-sf", "$tests_old_dir/EGr2nd15md4np3/e_overestim.txt",
"$tests_old_dir/Extract_component_nx_2" "--target-directory=$tests_old_dir/Extract_component_nx_2"
], ],
[ [
"$src_dir/Overlap/Analysis/plot_components.py", "$src_dir/Overlap/Analysis/plot_components.py",
......
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