Skip to content

Commit

Permalink
Add missing doc string text
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Nov 28, 2024
1 parent e83c734 commit 6c2095a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ifrs/src/ifrs/core/file_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async def stage_registered_file(
the permanent storage. This is an internal service error, which should
not happen, and not the fault of the client.
self.CopyOperationError:
When
When an error occurs while attempting to copy the object to the outbox.
"""
try:
file = await self._file_metadata_dao.get_by_id(file_id)
Expand Down

0 comments on commit 6c2095a

Please sign in to comment.