Skip to content

Commit 48ece7d

Browse files
authored
Update exceptions.py
1 parent 3408fe6 commit 48ece7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cylc/flow/exceptions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ class InputError(CylcError):
7878

7979
class CylcConfigError(CylcError):
8080
"""Generic exception to handle an error in a Cylc configuration file."""
81-
# TODO: reference the configuration el
82-
83-
ement causing the problem
81+
# TODO: reference the configuration element causing the problem
8482

8583

8684
class WorkflowConfigError(CylcConfigError):

0 commit comments

Comments
 (0)