Skip to content
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

parameters: better warning for comma in inherit config item #5697

Open
hjoliver opened this issue Aug 17, 2023 · 0 comments
Open

parameters: better warning for comma in inherit config item #5697

hjoliver opened this issue Aug 17, 2023 · 0 comments
Labels
could be better Not exactly a bug, but not ideal. small
Milestone

Comments

@hjoliver
Copy link
Member

inherit = "foo<m,n>"

the value must be quoted because inherit is list-valued. The current error message is not very clear:

ListValueError ... names containing commas must be quoted (e.g. ‘foo<m,n>’)

TODO:

  • better message
  • document an example

https://cylc.discourse.group/t/inheritance-with-multiple-task-params/726

@hjoliver hjoliver added this to the cylc-8.x milestone Aug 17, 2023
@hjoliver hjoliver added could be better Not exactly a bug, but not ideal. small labels Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
could be better Not exactly a bug, but not ideal. small
Projects
None yet
Development

No branches or pull requests

1 participant