Spaces:
Runtime error
Runtime error
Update failed_run.py
Browse files- failed_run.py +0 -1
failed_run.py
CHANGED
@@ -52,7 +52,6 @@ try:
|
|
52 |
print("Status set to FAILED")
|
53 |
else:
|
54 |
dataset.loc[dataset["model"].isin([args.model_name]), ['status']] = "COMPLETED"
|
55 |
-
print("Status set to COMPLETE")
|
56 |
# Add a new column for the error message if necessary
|
57 |
except FileNotFoundError as e:
|
58 |
print(f"Could not find {args.run_dir}/error.log")
|
|
|
52 |
print("Status set to FAILED")
|
53 |
else:
|
54 |
dataset.loc[dataset["model"].isin([args.model_name]), ['status']] = "COMPLETED"
|
|
|
55 |
# Add a new column for the error message if necessary
|
56 |
except FileNotFoundError as e:
|
57 |
print(f"Could not find {args.run_dir}/error.log")
|