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

Correct "recurse" typo.

parent 40e5a5f1
Branches
Tags upstream/3.12.2
No related merge requests found
......@@ -354,7 +354,7 @@ class File(object, metaclass=abc.ABCMeta):
),
]
)
# Don't recursve forever on archive quines, etc.
# Don't recurse forever on archive quines, etc.
depth = self._as_container.depth
no_recurse = depth >= Config().max_container_depth
if no_recurse:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment