Skip to content

Commit 7c83e14

Browse files
Exclude .DS_Store resources by name
Signed-off-by: Muhammad Abdullah Shahid <108458621+abdollahShahid@users.noreply.github.com>
1 parent ec5ca9b commit 7c83e14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scanpipe/pipes/d2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def match_purldb_resources(
625625
.to_codebase()
626626
.no_status()
627627
.has_value("sha1")
628-
.exclude(path__endswith="/.DS_Store")
628+
.exclude(name=".DS_Store")
629629
.filter(extension__in=extensions)
630630
)
631631
resource_count = to_resources.count()

0 commit comments

Comments
 (0)