Skip to content
Snippets Groups Projects
Unverified Commit 0b4b8e0a authored by Lavinia Baumstark's avatar Lavinia Baumstark Committed by GitHub
Browse files

Merge pull request #15 from johanneskoch94/develop

Fix typo that throws an error when running compareScenarios locally
parents d4bb48b1 79148bb2
No related branches found
No related tags found
No related merge requests found
......@@ -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