cylc / cylc-flow

Cylc: a workflow engine for cycling systems.
https://cylc.github.io
GNU General Public License v3.0
335 stars 94 forks source link

Error message for task/family name: allowed characters list isn't comprehensive #6375

Closed elliotfontaine closed 2 months ago

elliotfontaine commented 2 months ago

Description

$ cylc validate .
WorkflowConfigError: task/family name can only contain: alphanumeric, `-`, `+`, `%`, `@`
[runtime][[wrong name because whitespaces]]

Underscore '_' is allowed in task name.

oliver-sanders commented 2 months ago

Duplicate of #6288 (linking this issue with the other one)