Spaces:
Runtime error
Runtime error
Syntax. Sigh.
Browse files- 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
|