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 4addeb1 commit f1f8749Copy full SHA for f1f8749
packages/models-library/src/models_library/projects_state.py
@@ -170,7 +170,7 @@ def check_model_valid(self) -> Self:
170
elif not self.current_user_groupids and (
171
self.status is not ProjectStatus.MAINTAINING
172
):
173
- msg = f"If the project is {self.status=}, the current_users list must not be None"
+ msg = f"If the project is {self.status=}, the current_users list must not be empty"
174
raise ValueError(msg)
175
176
return self
0 commit comments