Commit a155ad3c by Amelin Konstantin

Merge branch 'dev'

parents 4c3b6105 3206e914
......@@ -51,7 +51,6 @@ object Main {
for (f <- files) {
val fSourceName = f.getName
val fSourceNameArray = fSourceName.split('.')
val fSourceNameBase = fSourceNameArray.head
val fSourceNameExtension = fSourceNameArray.last.toLowerCase
val now = LocalDateTime.now().toString
......@@ -91,7 +90,7 @@ object Main {
else Try {
convert(
new FileInputStream(f),
s"$fSourceNameBase",
s"$fSourceName",
s"Converted_$fSourceName",
nsdXmlValid,
rtsXmlValid,
......
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