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 c6cb9fc commit 7c7d820Copy full SHA for 7c7d820
services/web/server/src/simcore_service_webserver/folders/_trash_service.py
@@ -341,10 +341,10 @@ async def batch_delete_folders_with_content_in_root_workspace_as_admin(
341
fail_fast: bool,
342
) -> None:
343
"""
344
- Deletes all projects in the workspace root.
+ Deletes all folders recursively in the workspace root.
345
346
Raises:
347
- ProjectsBatchDeleteError: If there are errors during the deletion process.
+ FolderBatchDeleteError: If there are errors during the deletion process.
348
349
deleted_folder_ids: list[FolderID] = []
350
errors: list[tuple[FolderID, Exception]] = []
0 commit comments