Skip to content

Commit 52e0859

Browse files
committed
chore(preprocess): remove unnecessary checking for dir
1 parent b523a42 commit 52e0859

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/preprocess/preprocess.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ func Start(version string, spotifyBasePath string, extractedAppsPath string, fla
144144
fmt.Printf("Error accessing path %q: %v\n", path, err)
145145
return err
146146
}
147-
if info.IsDir() {
148-
return nil
149-
}
150147

151148
fileName := info.Name()
152149
extension := filepath.Ext(fileName)

0 commit comments

Comments
 (0)