print(f"Your samples are ready and waiting for you here: \n{outpath}\n"
f"\nEnjoy.")
# 任务结束, 等待20s后退出
print("任务结束, 等待20s后退出..")
time.sleep(20)
break
if__name__=="__main__":
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.