fix(files): disable auto renaming and clean path from request
This commit is contained in:
parent
4de972cb11
commit
0e77cfe335
8 changed files with 108 additions and 87 deletions
|
@ -48,7 +48,7 @@ func LoadCfg(args *Args) (*gocfg.Cfg, error) {
|
|||
if !os.IsNotExist(err) {
|
||||
return nil, err
|
||||
} else {
|
||||
fmt.Printf("warning: Database does not exist in (%s), skipped", dbPath)
|
||||
fmt.Printf("warning: Database does not exist in (%s), skipped\n", dbPath)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue