Skip to content
Snippets Groups Projects
Commit a61f05b7 authored by Will Buttinger's avatar Will Buttinger
Browse files

Update ThinCAWrapper.sh - search in JOBOPTSEARCHPATH

parent 4db7c02a
No related branches found
No related tags found
1 merge request!69396Update ThinCAWrapper.sh - also allow scripts to be located in the joboption...
Pipeline #6984786 passed
......@@ -32,7 +32,7 @@ if [ -z "${picklefile}" ] && [ -z "${topscriptfile}" ] ;then
fi
fi
#If script, try to find it locally or in PYTHONPATH
#If script, try to find it locally or in PYTHONPATH or JOBOPTSEARCHPATH
if [ -n "${topscriptfile}" ]; then
if [ -f "${topscriptfile}" ]; then
topscript="${topscriptfile}"
......
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