forked from MTSR/mapserver
non fatal media scan
This commit is contained in:
parent
71589dc633
commit
4b005874a8
@ -1,7 +1,6 @@
|
||||
package media
|
||||
|
||||
import (
|
||||
"log"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
@ -35,7 +34,6 @@ func scan_recursive(dir_path string, ignore []string) ([]string, []string) {
|
||||
|
||||
// If no error
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user