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

validate full workflow ID #6246

Closed
oliver-sanders opened this issue Jul 17, 2024 · 0 comments · Fixed by #6264
Closed

validate full workflow ID #6246

oliver-sanders opened this issue Jul 17, 2024 · 0 comments · Fixed by #6264
Assignees
Labels
bug Something is wrong :(
Milestone

Comments

@oliver-sanders
Copy link
Member

The workflow "name" is validated, the "run name" is not.

$ cylc install generic -n f? -r r?
WorkflowFilesError: invalid workflow name 'f?' - can only contain: alphanumeric, `/`, `_`, `+`, `-`, `.`, `@`
$ cylc install generic -n f -r r?
INSTALLED f/r? from /net/home/h06/osanders/cylc-src/generic
@oliver-sanders oliver-sanders added the bug Something is wrong :( label Jul 17, 2024
@oliver-sanders oliver-sanders added this to the 8.3.3 milestone Jul 17, 2024
@wxtim wxtim modified the milestones: 8.3.3, 8.3.4 Jul 23, 2024
@wxtim wxtim self-assigned this Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :(
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants