Skip to content

Commit 52e7b28

Browse files
committed
add docstring
1 parent cbc6c59 commit 52e7b28

File tree

1 file changed

+3
-0
lines changed
  • services/storage/src/simcore_service_storage/api/_worker_tasks

1 file changed

+3
-0
lines changed

services/storage/src/simcore_service_storage/api/_worker_tasks/_simcore_s3.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ async def export_data_as_download_link(
110110
user_id: UserID,
111111
paths_to_export: list[PathToExport],
112112
) -> AnyUrl:
113+
"""
114+
AccessRightError: in case user can't access project
115+
"""
113116
s3_object = await export_data(
114117
task=task, task_id=task_id, user_id=user_id, paths_to_export=paths_to_export
115118
)

0 commit comments

Comments
 (0)