You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described by Bruno on Element, cylc install --flow-name=foo/run4 results in a run directory ~/cylc-run/foo/run4/run1 which is confusing, so should probably be disallowed. This should mean disallowing names matching the regex run\d+(I think runN is already disallowed, but need to check that) and runN.
Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read CONTRIBUTING.md before starting any work though).
The text was updated successfully, but these errors were encountered:
(I think runN is already disallowed, but need to check that).
You are allowed to install a/b/c/runN. It creates the folders, but somewhere down the line Cylc Flow understands that is invalid and doesn't show it on cylc scan.
As described by Bruno on Element,
cylc install --flow-name=foo/run4
results in a run directory~/cylc-run/foo/run4/run1
which is confusing, so should probably be disallowed. This should mean disallowing names matching the regexrun\d+
(I thinkandrunN
is already disallowed, but need to check that)runN
.Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read
CONTRIBUTING.md
before starting any work though).The text was updated successfully, but these errors were encountered: