Skip to content

Commit

Permalink
Revise exception string typo
Browse files Browse the repository at this point in the history
  • Loading branch information
doulikecookiedough committed Jan 17, 2024
1 parent b79f1a8 commit 9d48e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hashstore/filehashstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ def _validate_arg_object(
# Delete the tmp file
self.delete(entity, tmp_file_name)
exception_string_for_pid = (
exception_string + f"Tmp file ({tmp_file_name}) deleted."
exception_string + f". Tmp file ({tmp_file_name}) deleted."
)
logging.error(exception_string_for_pid)
raise ValueError(exception_string_for_pid)
Expand Down

0 comments on commit 9d48e37

Please sign in to comment.