nateraw commited on
Commit
89be081
1 Parent(s): b3a4bd4

Update status_checker.py

Browse files
Files changed (1) hide show
  1. status_checker.py +1 -1
status_checker.py CHANGED
@@ -26,7 +26,7 @@ def status_checker():
26
  print("Watching PID of script to see if it is done running")
27
  while True:
28
  if process_is_complete():
29
- print("Found it! Uploading assets to output dataset repo")
30
  upload_folder(repo_id=output_dataset_id, folder_path=str(outputs_dir), path_in_repo='.', repo_type='dataset')
31
  print("Finished uploading outputs to dataset repo. Done!")
32
  return
 
26
  print("Watching PID of script to see if it is done running")
27
  while True:
28
  if process_is_complete():
29
+ print("Process is complete! Uploading assets to output dataset repo")
30
  upload_folder(repo_id=output_dataset_id, folder_path=str(outputs_dir), path_in_repo='.', repo_type='dataset')
31
  print("Finished uploading outputs to dataset repo. Done!")
32
  return