Skip to content

Commit b87842b

Browse files
committed
Update to use new prediagnostics filename
1 parent 8464df8 commit b87842b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prediagnostics/run_prediagnostics.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source("/app/prediagnostics/input.R")
55
source("/app/prediagnostics/output.R")
66
source("/app/prediagnostics/prediagnostics.R")
77

8+
CONFIG_FILENAME = "prediagnostics_config.R"
89
PYTHON_EXE = "/usr/bin/python3"
910
PYTHON_FILE = "/app/prediagnostics/sos_read/sos_read.py"
1011
TMP_PATH = "/tmp"
@@ -38,7 +39,7 @@ if (config_bucket != "") {
3839
use_python(PYTHON_EXE)
3940
source_python(PYTHON_FILE)
4041

41-
config_filepath = file.path(TMP_PATH, "config.R")
42+
config_filepath = file.path(TMP_PATH, CONFIG_FILENAME)
4243
download_sos(config_bucket, config_filepath)
4344

4445
# Run Diagnostics on S3 config file

0 commit comments

Comments
 (0)