-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
cylc message: three or more outputs cause problems #5883
Comments
The Python 7 and 8 Docstrings contain the following info:
So I think that this is working exactly as intended. It does look peculier if you don't spot this documentation. @oliver-sanders - would you care to close this issue, or would you like me to generate some solutions warning users/documenting this better? |
Note the command usage:
|
Usage: cylc message [OPTIONS] -- [WORKFLOW JOB [[SEVERITY:]MESSAGE ...]]] |
@oliver-sanders - What is x in this case:
Because this works for me, but only if there is a workflow called |
In a task script you can do this:
Or, for efficiency, you could do this:
Which does the same thing with one less call. But for some reason this:
Does not work:
Yet this usage appears to be supported:
No one has reported this, so this functionality probably isn't in use or any users of this functionality are still on Cylc 7.
Note, we have to be very careful not to create any breaking changes in the
cylc message
interface as these calls may be embedded in users scripts/executables where they are hard to change.The text was updated successfully, but these errors were encountered: