Skip to content

Commit

Permalink
Remove dead code block.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Apr 29, 2024
1 parent 4c0f8aa commit 9cbb901
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cylc/flow/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1012,10 +1012,6 @@ def _set_completion_expressions(self):
# derive a completion expression for this taskdef
expr = get_completion_expression(taskdef)

if name not in self.taskdefs:
# this is a family -> nothing more to do here
continue

# update both the sparse and dense configs to make these values
# visible to "cylc config" to make the completion expression more
# transparent to users.
Expand Down

0 comments on commit 9cbb901

Please sign in to comment.