lewtun HF staff commited on
Commit
b77ab00
β€’
1 Parent(s): a37788b
Files changed (1) hide show
  1. run_evaluation_jobs.py +1 -1
run_evaluation_jobs.py CHANGED
@@ -49,7 +49,7 @@ def main():
49
  ).json()
50
  print(f"πŸ€– Project {project_id} approval response: {train_job_resp}")
51
  else:
52
- print(f"πŸ’ͺ Project {project_id} has already been evaluated. Skipping ...")
53
  except Exception as e:
54
  print(f"There was a problem obtaining the project info for project ID {project_id}")
55
  print(f"Error message: {e}")
49
  ).json()
50
  print(f"πŸ€– Project {project_id} approval response: {train_job_resp}")
51
  else:
52
+ print(f"πŸ’ͺ Project {project_id} either not ready or has already been evaluated. Skipping ...")
53
  except Exception as e:
54
  print(f"There was a problem obtaining the project info for project ID {project_id}")
55
  print(f"Error message: {e}")