Skip to content

Commit

Permalink
fix f string of error message when unable to fetch working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-bro authored Jan 16, 2025
1 parent 7e96021 commit fc1fd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/galaxy_jwd.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def decode_path(
):
return jwd_path
else:
raise ValueError("Unabale to fetch Job Working Directory for job with ID {job}")
raise ValueError(f"Unable to fetch Job Working Directory for job with ID {job_id}")


def delete_jwd(jwd_path: str) -> None:
Expand Down

0 comments on commit fc1fd92

Please sign in to comment.