Skip to content

Install example slightly wrong #7166

@pbucci

Description

@pbucci

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 :(

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions