Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

"helm_run.py, line 303, in run_entry run_spec = run_specs[0] IndexError: list index out of range" #129

Description

@hjk1231

I test with code below:
if len(run_specs) == 0: raise ValueError("run_specs is empty") else: run_spec = run_specs[0]

It turns out that run_specs is empty.
How come?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    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