Skip to content
Snippets Groups Projects
Commit 7e31600e authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Clarify a comment regarding not extracting excluded files.

parent 64d91aba
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ class LibarchiveContainer(Archive):
if entry.isdir:
continue
# Save extracting excluded files
# Don't extract excluded files
if any_excluded(entry.pathname):
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment