Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/crtag/mps-andromeda into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
crtag committed Nov 8, 2024
2 parents c339bb8 + 1b8586f commit 449aa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QUICK/job_manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ fetch_new_job() {
initialize_offset_tracking "${file_name%.*}.out"

# Keep the run log next to the input file
run_log="${SHARED_DIR}/${input_file%.*}_run.log"
run_log="${input_file%.*}_run.log"
touch "$run_log"

log_message "Starting job execution"
Expand Down

0 comments on commit 449aa81

Please sign in to comment.