Commit 3206e914 by Amelin Konstantin

Fix input names in log.txt

parent 1755b013
......@@ -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