Skip to content

Commit

Permalink
v1 fix (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
daktak authored Jan 9, 2023
1 parent 851078f commit 340dba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gopro/gopro.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ func importFromGoProV1(root string, output string, sortoptions utils.SortOptions
Callback: func(osPathname string, de *godirwalk.Dirent) error {
for _, ftype := range fileTypes {
if !ftype.Regex.MatchString(de.Name()) {
return godirwalk.SkipThis
continue
}

d := getFileTime(osPathname, true)
Expand Down

0 comments on commit 340dba2

Please sign in to comment.