DEBUG
This commit is contained in:
		@@ -412,6 +412,9 @@ def main_dev(opt):
 | 
				
			|||||||
                    grid_count += 1
 | 
					                    grid_count += 1
 | 
				
			||||||
            print(f"Your samples are ready and waiting for you here: \n{outpath} \n"
 | 
					            print(f"Your samples are ready and waiting for you here: \n{outpath} \n"
 | 
				
			||||||
                  f" \nEnjoy.")
 | 
					                  f" \nEnjoy.")
 | 
				
			||||||
 | 
					        # 任务结束, 等待20s后退出
 | 
				
			||||||
 | 
					        print("任务结束, 等待20s后退出..")
 | 
				
			||||||
 | 
					        time.sleep(20)
 | 
				
			||||||
        break
 | 
					        break
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if __name__ == "__main__":
 | 
					if __name__ == "__main__":
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user