Skip to content

Commit 7c7d820

Browse files
improve txt in comment
1 parent c6cb9fc commit 7c7d820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/web/server/src/simcore_service_webserver/folders/_trash_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,10 @@ async def batch_delete_folders_with_content_in_root_workspace_as_admin(
341341
fail_fast: bool,
342342
) -> None:
343343
"""
344-
Deletes all projects in the workspace root.
344+
Deletes all folders recursively in the workspace root.
345345
346346
Raises:
347-
ProjectsBatchDeleteError: If there are errors during the deletion process.
347+
FolderBatchDeleteError: If there are errors during the deletion process.
348348
"""
349349
deleted_folder_ids: list[FolderID] = []
350350
errors: list[tuple[FolderID, Exception]] = []

0 commit comments

Comments
 (0)