You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above workflow will give you an error that says
GraphParseError: family trigger on non-family namespace {expr}
When I believe that it should say
GraphParseError: family trigger on non-family namespace not-fam
I think this error is just caused by a missing f in the following format string. Although it is a small issue, I thought I'd let the development team know just in case the issue occurs in other places as well.
Description
In version 8.3.3 of cylc,
GraphParseError
does not include the name of the namespace that produced the errorReproducible Example
Run a command like
cylc graph .
on the following workflow:Expected Behaviour
The above workflow will give you an error that says
When I believe that it should say
I think this error is just caused by a missing
f
in the following format string. Although it is a small issue, I thought I'd let the development team know just in case the issue occurs in other places as well.cylc-flow/cylc/flow/graph_parser.py
Lines 644 to 648 in cadf1ef
The text was updated successfully, but these errors were encountered: