Skip to content

Commit

Permalink
service: rephrase error string
Browse files Browse the repository at this point in the history
Co-authored-by: David <[email protected]>
  • Loading branch information
zzacharo and rekt-hard authored Oct 2, 2023
1 parent f6e883c commit c6e3d28
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 c6e3d28

Please sign in to comment.