We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you have an xtrigger and run cylc config my_workflow the xtrigger is listed as ... = [xtrigger-func cmd] which isn't very informative or helpful.
cylc config my_workflow
... = [xtrigger-func cmd]
I just used the test case from the xtrigger plugin PR.
Results was
$ cylc config cylctb-20231206T033820Z-uOHK/f/xtriggers/04-respect-cylc-pythonpath [scheduler] cycle point format = %Y [scheduling] initial cycle point = 2010 final cycle point = 2011 [[xtriggers]] x1 = [xtrigger-func cmd] [[graph]]
A resolved string of what the xtrigger was for reference after templating is resolved.
The text was updated successfully, but these errors were encountered:
cylc config
MetRonnie
Successfully merging a pull request may close this issue.
Description
If you have an xtrigger and run
cylc config my_workflow
the xtrigger is listed as... = [xtrigger-func cmd]
which isn't very informative or helpful.Reproducible Example
I just used the test case from the xtrigger plugin PR.
Results was
Expected Behaviour
A resolved string of what the xtrigger was for reference after templating is resolved.
The text was updated successfully, but these errors were encountered: