Skip to content
Snippets Groups Projects
Unverified Commit 430c70e1 authored by Todor Kondic's avatar Todor Kondic
Browse files

api: Update run

* R/api.R(run): Update.
parent 3f5e332d
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ run <- function(fn_conf) {
m <- new_state(conf=conf,
GUI=F)
withr::with_dir(new=conf$project,code = run_in_dir(m))
return()
m <- withr::with_dir(new=conf$project,code = run_in_dir(m))
return(invisible(m))
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment