Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Tweak
Browse files- 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}")
         | 

