Open verdurin opened 5 hours ago
That's triggered by this code:
pattern = f'Dumps/{cluster_id}/sacct/*.csv'
for input_fp in glob.glob(pattern):
input_fps.append(input_fp)
if len(input_fps) == 0:
print(f"No sacct files detected for cluster named '{cluster_id}'")|
Does folder Dumps/cluster/sacct
exist, and does it contain csv files? If not, did you run sacct-dump.py
before?
Apologies for the flurry of issues...
Was trying to run the
sacct-parse
step and saw this error: