Skip to content

Commit

Permalink
fix: method name
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Oct 13, 2023
1 parent d346e2d commit 4ecafcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -3772,7 +3772,7 @@ def _gather_selected_flow_groups(self, names=None):
"""
if names is None:
return list(self._groups.value())
return list(self._groups.values())
operations = {}
for name in names:
if name in operations:
Expand Down

0 comments on commit 4ecafcb

Please sign in to comment.