1
This commit is contained in:
Alex Yatskov 2017-04-09 18:34:15 -07:00
parent b0b13b6645
commit d5f49d7eb7

2
gui.go
View File

@ -111,7 +111,7 @@ func gui() error {
inputPath = path.Dir(inputPath) inputPath = path.Dir(inputPath)
} }
if err := exportDb(pathEntry.Text(), outputDir, format, titleEntry.Text(), DEFAULT_STRIDE, false); err != nil { if err := exportDb(inputPath, outputDir, format, titleEntry.Text(), DEFAULT_STRIDE, false); err != nil {
log.Print(err) log.Print(err)
return return
} }