Skip to content

Commit 5185d10

Browse files
committed
adds return to unknown state case
1 parent 53a6aae commit 5185d10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/mod_run_model_api_calls.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ mod_run_model_check_container_status <- function(
172172
sep = ""
173173
)
174174
# recursive call, but reduce error counter since this is unexpected
175-
mod_run_model_check_container_status(
175+
return(mod_run_model_check_container_status(
176176
dataset,
177177
model_run_id,
178178
status,
179179
error_counter - 1
180-
)
180+
))
181181
}
182182

183183
# recursive call

0 commit comments

Comments
 (0)