Skip to content
Snippets Groups Projects
Commit 1685044e authored by Felix Schreyer's avatar Felix Schreyer
Browse files

Merge branch 'develop' of https://github.com/remindmodel/remind into develop

parents 85d88560 3706ae40
No related branches found
No related tags found
1 merge request!18Feature regional sensitvities
......@@ -57,7 +57,7 @@ start_comp <- function(outputdirs,shortTerm,outfilename) {
outfilename <- jobname
tmp.env <- new.env()
script <- "scripts/run_submit/run_compareScenarios.R"
tmp.erorr <- try(sys.source(script,envir=tmp.env))
tmp.error <- try(sys.source(script,envir=tmp.env))
if(!is.null(tmp.error)) warning("Script ",script," was stopped by an error and not executed properly!")
rm(tmp.env)
}
......
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