Skip to content

Commit d95e972

Browse files
committed
Revert "load taskwrapper only when not already there"
This reverts commit b9bd930. Doesn't work as expected.
1 parent b9bd930 commit d95e972

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

MC/run/PWGHF/embedding_benchmark.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
[ ! "${O2_ROOT}" ] && echo "Error: This needs O2 loaded" && exit 1
1212

1313
# ----------- LOAD UTILITY FUNCTIONS --------------------------
14-
if [ $(typeset -F taskwrapper) ]; then
15-
. ${O2_ROOT}/share/scripts/jobutils.sh
16-
done
14+
. ${O2_ROOT}/share/scripts/jobutils.sh
1715

1816
# ----------- START ACTUAL JOB -----------------------------
1917

0 commit comments

Comments
 (0)