Skip to content

Commit

Permalink
errors: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 2, 2023
1 parent f6e883c commit 7006748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_records_resources/services/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class FailedFileUploadException(Exception):
def __init__(self, recid, file, file_key):
"""Constructor."""
super().__init__(
_("Record '{recid}' failed to upload file file '{file_key}'.").format(
_("Record '{recid}' failed to upload file '{file_key}'.").format(
recid=recid, file_key=file_key
)
)
Expand Down

0 comments on commit 7006748

Please sign in to comment.