Skip to content

Incorrect indentation in resources section #20

@gcapes

Description

@gcapes

https://github.com/hpcflow/hpcflow-shared-docs/blob/main/docs/source/user/getting_started/advanced_workflow_concepts.rst

I think there was some VScode indenation "help" involved in these two errors

      resources:
      any:
        scheduler_args:
          directives:
            --time: 1:00:00
            --partition: multicore
      resources:
      any:
        scheduler_args:
          directives:
            --time: 1:00:00
        num_cores: 10

In both cases, the whole block under resources should be indented rather than level with resources.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions