meg HF Staff commited on
Commit
df1004b
·
verified ·
1 Parent(s): 488f617

Syntax. Sigh.

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -32,7 +32,7 @@ done || {
32
  }
33
 
34
  echo "Seeing what happens when we upload the /runs folder."
35
- python /upload_run_folder.py /runs
36
 
37
  if [ -s $run_dir/error.log ]; then
38
  # error.log is not-empty, an error was raised
 
32
  }
33
 
34
  echo "Seeing what happens when we upload the /runs folder."
35
+ python /upload_run_folder.py --run_dir "/runs"
36
 
37
  if [ -s $run_dir/error.log ]; then
38
  # error.log is not-empty, an error was raised