Skip to content

Commit 0f5a362

Browse files
committed
cleanup
1 parent ebfb922 commit 0f5a362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/web/server/src/simcore_service_webserver/projects/_controller/_rest_exceptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@
130130
ProjectTooManyProjectOpenedError: HttpErrorInfo(
131131
status.HTTP_409_CONFLICT,
132132
user_message(
133-
"You cannot open more than {max_num_projects} project/s at once. Please close another study and retry.",
134-
_version=1,
133+
"You cannot open more than {max_num_projects} project/s at once. Please close another project and retry.",
134+
_version=2,
135135
),
136136
),
137137
ProjectStartsTooManyDynamicNodesError: HttpErrorInfo(

0 commit comments

Comments
 (0)