Skip to content

Commit

Permalink
Merge pull request #44 from biocyberman/pr
Browse files Browse the repository at this point in the history
fpsync: fix run resuming (set OPT_TOOL_PATH)
  • Loading branch information
martymac authored Jan 11, 2023
2 parents ef6b10c + be14d1c commit e6fb280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/fpsync
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,8 @@ else
else
TOOL_BIN=$(command -v "${OPT_TOOL_NAME}")
fi
# Set this for job_queue_info_dump andjob_queue_info_load to work correctly
OPT_TOOL_PATH="${TOOL_BIN}"
fi

## Simple run-related -independent- actions, not requiring FPART_RUNID
Expand Down

0 comments on commit e6fb280

Please sign in to comment.