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