Show More
@@ -291,9 +291,7 b' class ScmModel(BaseModel):' | |||
|
291 | 291 | if all_groups is None: |
|
292 | 292 | all_groups = RepoGroup.query()\ |
|
293 | 293 | .filter(RepoGroup.group_parent_id == None).all() |
|
294 |
|
|
|
295 | ||
|
296 | return group_iter | |
|
294 | return [x for x in GroupList(all_groups)] | |
|
297 | 295 | |
|
298 | 296 | def mark_for_invalidation(self, repo_name): |
|
299 | 297 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now