Skip to content

Commit

Permalink
Fix minor formatting bug in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Jun 19, 2024
1 parent 24e3b09 commit a45f225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaps/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def _check_sets(config, base_dir):
for fpath in batch_set["files"]:
if not Path(fpath).exists():
raise gapsConfigError(
"Could not find file to modify in batch jobs: {fpath!r}"
f"Could not find file to modify in batch jobs: {fpath!r}"
)
batch_sets.append(batch_set)

Expand Down

0 comments on commit a45f225

Please sign in to comment.