Skip to content

Commit 7bd219b

Browse files
authored
Merge pull request #17 from swarm-lab/develop
Fix path error, hopefully
2 parents ce9a86a + dfa35b8 commit 7bd219b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inst/apps/train/SERVER/train.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ shiny::observeEvent(monitor_tick(), {
362362

363363
if (length(stop) > 0) {
364364
model_folder <- paste0(
365-
yolo_path(),
366-
"/",
365+
# yolo_path(),
366+
# "/",
367367
gsub(
368368
"Results saved to ",
369369
"",

0 commit comments

Comments
 (0)