Commit a155ad3c by Amelin Konstantin

Merge branch 'dev'

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