Skip to content

Commit

Permalink
use defined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Mar 2, 2019
1 parent 774ac27 commit 252f205
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class Fmu private constructor(

private fun createTempDir(fmuName: String): File {
return Files.createTempDirectory(FMI4J_FILE_PREFIX + fmuName).toFile().also {
File(it, "resources").apply {
File(it, RESOURCES_FOLDER).apply {
if (!exists()) {
mkdir()
}
Expand Down

0 comments on commit 252f205

Please sign in to comment.