Skip to content
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

@hjk1231

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?

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