lewtun HF staff commited on
Commit
c0bc496
β€’
1 Parent(s): 573e197

Add message

Browse files
Files changed (1) hide show
  1. run_evaluation_jobs.py +3 -1
run_evaluation_jobs.py CHANGED
@@ -45,7 +45,9 @@ def main():
45
  token=HF_TOKEN,
46
  domain=AUTOTRAIN_BACKEND_API,
47
  ).json()
48
- print(f"πŸƒβ€β™‚οΈ Project {project_id} approval response: {train_job_resp}")
 
 
49
  except Exception as e:
50
  print(f"There was a problem obtaining the project info for project ID {project_id}")
51
  print(f"Error message: {e}")
45
  token=HF_TOKEN,
46
  domain=AUTOTRAIN_BACKEND_API,
47
  ).json()
48
+ print(f"πŸ€– Project {project_id} approval response: {train_job_resp}")
49
+ else:
50
+ print(f"πŸ’ͺ Project {project_id} has already been evaluated. Skipping ...")
51
  except Exception as e:
52
  print(f"There was a problem obtaining the project info for project ID {project_id}")
53
  print(f"Error message: {e}")