Commit cc6fb391 by Solovev Anton

test push

parent 19c65a65
...@@ -20,7 +20,7 @@ object Main { ...@@ -20,7 +20,7 @@ object Main {
case _ => false case _ => false
}(1).label match { }(1).label match {
case "repo" => if (debugMode) new RepoTemplate(source) with Logger else new RepoTemplate(source) case "repo" => if (debugMode) new RepoTemplate(source) with Logger else new RepoTemplate(source)
case v => throw new Exception("Undefined trade type") case v => throw new Exception("Undefined trade type")
} }
} }
......
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