Skip to content
Snippets Groups Projects
Commit 03a474cf authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

Fix the pcm loading issue when running tracking: use the libraries in...

parent 8481d3df
No related branches found
No related tags found
No related merge requests found
...@@ -56,9 +56,10 @@ function check-working-builddir() { ...@@ -56,9 +56,10 @@ function check-working-builddir() {
} }
function run-job() { function run-job() {
local blddir=$(build-dir) # local blddir=$(build-dir)
$blddir/run gaudirun.py $* # $blddir/run gaudirun.py $*
gaudirun.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