wip
This commit is contained in:
parent
b0b13b6645
commit
d5f49d7eb7
2
gui.go
2
gui.go
@ -111,7 +111,7 @@ func gui() error {
|
||||
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)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user