Add debug output path

This commit is contained in:
kolaente 2020-09-16 20:28:25 +02:00
parent 0ac4cafe8b
commit 7a78105b75
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ func main() {
}
outPath := filepath.Dir(path.Join(workingDir, "qrcodes"))
fmt.Printf("Creating output folder %s...\r\n", outPath)
if err := os.MkdirAll(outPath, os.ModePerm); err != nil {
handleErr("Could not create output folder: %s", err)
}