Skip to content

Commit

Permalink
Remove old variable from logging
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmfish committed Jan 15, 2024
1 parent 7335a78 commit e8478a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ParProcCo/job_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def run(
slice_params = self.program_wrapper.create_slices(number_jobs=number_jobs)
logging.error(
f"Sliced jobs failed with slice_params: {slice_params}, jobscript_args: {jobscript_args},"
f" memory: {memory}, job_name: {job_name}"
f" job_name: {job_name}"
)
raise RuntimeError("Sliced jobs failed\n")

Expand Down

0 comments on commit e8478a1

Please sign in to comment.