Skip to content

Commit f1f8749

Browse files
committed
@GitHK review
1 parent 4addeb1 commit f1f8749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/projects_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def check_model_valid(self) -> Self:
170170
elif not self.current_user_groupids and (
171171
self.status is not ProjectStatus.MAINTAINING
172172
):
173-
msg = f"If the project is {self.status=}, the current_users list must not be None"
173+
msg = f"If the project is {self.status=}, the current_users list must not be empty"
174174
raise ValueError(msg)
175175

176176
return self

0 commit comments

Comments
 (0)