1
This commit is contained in:
Alex Yatskov 2016-12-18 17:49:53 -08:00
parent 1820d11c00
commit ae30f5d60b

View File

@ -53,6 +53,7 @@ func exportDb(inputPath, outputDir, format, title string, pretty bool) error {
return errors.New("unrecognized dictionray format")
}
log.Printf("converting '%s' to '%s'...", inputPath, outputDir)
return handler(inputPath, outputDir, title, pretty)
}