Skip to content

Commit

Permalink
attempt to create temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Apr 20, 2017
1 parent b8aa093 commit 26cd2fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/config.R
Expand Up @@ -26,6 +26,7 @@ setSystemConf = function(reg, conf.file) {

assertClass(reg$cluster.functions, "ClusterFunctions")
assertList(reg$default.resources, names = "unique")
assertDirectoryExists(reg$temp.dir, access = "w")
if (!dir.exists(reg$temp.dir))
dir.create(reg$temp.dir, recursive = TRUE)
}
}

0 comments on commit 26cd2fc

Please sign in to comment.