We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3408fe6 commit 48ece7dCopy full SHA for 48ece7d
cylc/flow/exceptions.py
@@ -78,9 +78,7 @@ class InputError(CylcError):
78
79
class CylcConfigError(CylcError):
80
"""Generic exception to handle an error in a Cylc configuration file."""
81
- # TODO: reference the configuration el
82
-
83
- ement causing the problem
+ # TODO: reference the configuration element causing the problem
84
85
86
class WorkflowConfigError(CylcConfigError):
0 commit comments