Skip to content

Commit

Permalink
Fixed a coverage error !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Feb 18, 2024
1 parent 7b6ef7d commit 406199e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpversion/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def make_file_change(
logger.info("File not found, but ignoring")
logger.dedent()
return
raise FileNotFoundError(f"File not found: '{self.file_change.filename}'")
raise FileNotFoundError(f"File not found: '{self.file_change.filename}'") # pragma: no-coverage
logger.debug("Serializing the current version")
logger.indent()
context["current_version"] = self.version_config.serialize(current_version, context)
Expand Down

0 comments on commit 406199e

Please sign in to comment.