Skip to content

Commit

Permalink
Revert "load taskwrapper only when not already there"
Browse files Browse the repository at this point in the history
This reverts commit b9bd930.
Doesn't work as expected.
  • Loading branch information
sawenzel committed Jan 27, 2021
1 parent b9bd930 commit d95e972
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MC/run/PWGHF/embedding_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
[ ! "${O2_ROOT}" ] && echo "Error: This needs O2 loaded" && exit 1

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

# ----------- START ACTUAL JOB -----------------------------

Expand Down

0 comments on commit d95e972

Please sign in to comment.