Skip to content

Commit

Permalink
Merge pull request #169 from slashformotion/patch-1
Browse files Browse the repository at this point in the history
add context to error
  • Loading branch information
dmerejkowsky authored Oct 22, 2023
2 parents 340265a + 4c23b6f commit 2ad7f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbump/file_bumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def __init__(self, *, src: str):
self.src = src

def print_error(self) -> None:
ui.error(self.src, "does not exist")
ui.error("the file", self.src, "does not exist")


class CurrentVersionNotFound(Error):
Expand Down

0 comments on commit 2ad7f1d

Please sign in to comment.