Commit a244794b by Amelin Konstantin

Fix directory name for windows

parent 053238ce
......@@ -36,7 +36,7 @@ object Main {
!_.isDirectory
}
val start = LocalDateTime.now.toString
val start = LocalDateTime.now.toString.replace(":", ".")
val sourceNameValidated = s"${args(0)}/${start}_validated"
val sourceValidated = new File(sourceNameValidated)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment