Skip to content

Commit

Permalink
Update exceptions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Jun 12, 2024
1 parent 3408fe6 commit 48ece7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cylc/flow/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ class InputError(CylcError):

class CylcConfigError(CylcError):
"""Generic exception to handle an error in a Cylc configuration file."""
# TODO: reference the configuration el

ement causing the problem
# TODO: reference the configuration element causing the problem


class WorkflowConfigError(CylcConfigError):
Expand Down

0 comments on commit 48ece7d

Please sign in to comment.