Skip to content

Commit b7eca8b

Browse files
committed
added doc
1 parent 033949e commit b7eca8b

File tree

1 file changed

+3
-1
lines changed
  • services/storage/src/simcore_service_storage/api/rest

1 file changed

+3
-1
lines changed

services/storage/src/simcore_service_storage/api/rest/_files.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,9 @@ async def abort_upload_file(
259259
await dsm.abort_file_upload(query_params.user_id, file_id)
260260

261261

262-
_UNDEFINED_PRODUCT_NAME_FOR_WORKER_TASKS: Final[str] = "undefinedproduct"
262+
_UNDEFINED_PRODUCT_NAME_FOR_WORKER_TASKS: Final[str] = (
263+
"undefinedproduct" # NOTE: this is used to keep backwards compatibility with user of these APIs
264+
)
263265

264266

265267
@router.post(

0 commit comments

Comments
 (0)