diff --git a/cmd/utils.go b/cmd/utils.go index 8c917e13..f070d54b 100644 --- a/cmd/utils.go +++ b/cmd/utils.go @@ -102,7 +102,8 @@ func python(fn pythonFunc, cfg pythonConfig) cobraFunc { } else if !exists && !cfg.noDB { log.Println(absPath + " does not exist. initialing...") } - log.Println("Using database: " + absPath ) + + log.Println("Using database: " + absPath) data.hadDB = exists db, err := storm.Open(path) checkErr(err)