Handle tool output
This commit is contained in:
@@ -25,6 +25,7 @@ object Main {
|
||||
logger.trace(s"Creating output directory ${Global.OUT_DIR}")
|
||||
if (conf.emptyOutputDir()) os.remove.all(Global.OUT_DIR)
|
||||
os.makeDir.all(Global.OUT_DIR)
|
||||
os.makeDir.all(Global.LOG_DIR)
|
||||
logger.trace(s"Creating temp directory ${Global.TMP_DIR}")
|
||||
os.makeDir.all(Global.TMP_DIR)
|
||||
conf.subcommand match {
|
||||
|
Reference in New Issue
Block a user