We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49232a commit 3fdf056Copy full SHA for 3fdf056
services/storage/src/simcore_service_storage/api/_worker_tasks/_data_export.py
@@ -20,7 +20,7 @@ async def data_export(
20
user_id: UserID,
21
paths_to_export: list[StorageFileID],
22
) -> StorageFileID:
23
- _logger.info("Exporting for user '%s' files: %s", user_id, paths_to_export)
+ _logger.info("Exporting (for user='%s') selection: %s", user_id, paths_to_export)
24
25
dsm = cast(
26
SimcoreS3DataManager,
0 commit comments