Closed velovix closed 3 years ago
Removing the ZipFinder by index has the potential to remove a meta path finder that was added while the capsule module is initializing. Using .remove ensures we remove the exact ZipFinder we inserted.
.remove
I've never knowingly seen this cause problems, but I found it while debugging another issue and thought it was worth fixing.
Removing the ZipFinder by index has the potential to remove a meta path finder that was added while the capsule module is initializing. Using
.remove
ensures we remove the exact ZipFinder we inserted.