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
Decided to run a complete analysis in the IDE after reviewing GraphQL changes, and before our monthly meeting. It found one variable that was being used without being initialized anywhere else. I think this happened during work for #3162
Describe the bug
Decided to run a complete analysis in the IDE after reviewing GraphQL changes, and before our monthly meeting. It found one variable that was being used without being initialized anywhere else. I think this happened during work for #3162
Release version(s) and/or repository branch(es) affected?
master
.Steps to reproduce the bug
I've added a unit test to cover it, as it wasn't before:
But you just need to configure
[host][owner]cylc executable = cylc-something
to reproduce it.Expected behavior
It should raise a
ValueError
, not aNameError
.Screenshots
Attached above.
Additional context
NA
Pull requests welcome!
👍
The text was updated successfully, but these errors were encountered: