-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Description
Running:
cylc get-resources examples/2-integer-cycling ~/cylc-src/integer-cycling
cylc vip integer-cycling
Results in:
WorkflowFilesError: Could not find workflow 'integer-cycling' in: ~/cylc-src
However, if I mv ~/cylc-src/integer-cycling/2-integer-cycling/flow.cycl ~/cylc-src/integer-cycling/, it runs.
Reproducible Example
cylc get-resources examples/2-integer-cycling ~/cylc-src/integer-cycling
cylc vip integer-cycling
vs.
cylc get-resources examples/2-integer-cycling ~/cylc-src/integer-cycling
mv ~/cylc-src/integer-cycling/2-integer-cycling/flow.cycl ~/cylc-src/integer-cycling/
cylc vip integer-cycling
Expected Behaviour
I expected the behaviour in:
cylc get-resources examples/2-integer-cycling ~/cylc-src/integer-cycling
mv ~/cylc-src/integer-cycling/2-integer-cycling/flow.cycl ~/cylc-src/integer-cycling/
cylc vip integer-cycling
to match:
cylc get-resources examples/2-integer-cycling ~/cylc-src/integer-cycling
cylc vip integer-cycling
Metadata
Metadata
Assignees
Labels
bugSomething is wrong :(Something is wrong :(