Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Dec 11, 2023
1 parent 4059450 commit 02643fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eqcorrscan/core/match_filter/helpers/archive_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _safemembers(members):
for finfo in members:
assert not _badpath(finfo.name, base), \
f"{finfo.name} is blocked (illegal path)"
if finfo.issym() or finfo.islink():
if finfo.issym() or finfo.islnk():
assert not _badlink(finfo, base), \

Check warning on line 119 in eqcorrscan/core/match_filter/helpers/archive_access.py

View check run for this annotation

Codecov / codecov/patch

eqcorrscan/core/match_filter/helpers/archive_access.py#L119

Added line #L119 was not covered by tests
f"{finfo.name} is blocked: Link to {finfo.linkname}"
else:
Expand Down

0 comments on commit 02643fa

Please sign in to comment.