Skip to content

Commit 14b3668

Browse files
committed
@sanderegg review:rerun prompt on selection
1 parent f1f1b15 commit 14b3668

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

services/web/server/src/simcore_service_webserver/folders/_common/exceptions_handlers.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,15 @@
7373
ProjectRunningConflictError: HttpErrorInfo(
7474
status.HTTP_409_CONFLICT,
7575
user_message(
76-
"Cannot move folder to trash because it contains studies that are currently running. Please stop all running services first and try again.",
77-
_version=1,
76+
"Cannot move folder to trash because it contains projects that are currently running. Please stop all running services first and try again.",
77+
_version=2,
7878
),
7979
),
8080
ProjectStoppingError: HttpErrorInfo(
8181
status.HTTP_503_SERVICE_UNAVAILABLE,
8282
user_message(
83-
"Something went wrong while stopping running services in studies within this folder before trashing. Aborting trash."
83+
"Something went wrong while stopping running services in projects within this folder before trashing. Aborting trash.",
84+
_version=2,
8485
),
8586
),
8687
}

0 commit comments

Comments
 (0)