nateraw commited on
Commit
c115070
1 Parent(s): 51c618a

Update status_checker.py

Browse files
Files changed (1) hide show
  1. status_checker.py +1 -1
status_checker.py CHANGED
@@ -16,7 +16,7 @@ output_dataset_id = "nateraw/asdf123"
16
  # Where user will write outputs from their script
17
  outputs_dir = Path('outputs')
18
 
19
- print(f"USER SCRIPT PID? - {os.getenv("USER_SCRIPT_PID", None)}")
20
 
21
  # A file that marks that the script has finished running
22
  # TODO - maybe check process like this instead of with done.txt: https://stackoverflow.com/a/2944076
 
16
  # Where user will write outputs from their script
17
  outputs_dir = Path('outputs')
18
 
19
+ print(f"USER SCRIPT PID? - {os.getenv('USER_SCRIPT_PID', None)}")
20
 
21
  # A file that marks that the script has finished running
22
  # TODO - maybe check process like this instead of with done.txt: https://stackoverflow.com/a/2944076