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

Author: hjk1231Created Jan 18, 2024Updated Aug 26, 2024

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?