mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
A small bug in logging and API documentation
Former-commit-id: 1ab4534581987586741db13d3453db52973524fe
This commit is contained in:
@@ -57,7 +57,7 @@ func WriterDispatcher(prototypename string,
|
||||
info, err := os.Stat(directory)
|
||||
switch {
|
||||
case !os.IsNotExist(err) && !info.IsDir():
|
||||
log.Fatalln("Cannot Create the directory %s", directory)
|
||||
log.Fatalf("Cannot Create the directory %s", directory)
|
||||
case os.IsNotExist(err):
|
||||
os.Mkdir(directory, 0755)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user