Skip to content
Snippets Groups Projects
Commit 69009dc0 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fixed units tests

parent 326a21e5
Branches
Tags
No related merge requests found
...@@ -49,7 +49,7 @@ trait Rscript extends Configurable { ...@@ -49,7 +49,7 @@ trait Rscript extends Configurable {
file file
} }
} }
if (!rScript.getParentFile.exists) rScript.getParentFile.mkdirs if (!rScript.getAbsoluteFile.getParentFile.exists) rScript.getParentFile.mkdirs
val is = getClass.getResourceAsStream(script.getPath) val is = getClass.getResourceAsStream(script.getPath)
val os = new FileOutputStream(rScript) val os = new FileOutputStream(rScript)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment