[lazy_extractor] Create instance only after pre-checking archive

This commit is contained in:
pukkandan 2021-08-23 04:45:30 +05:30
parent 5bc4a65eea
commit 251ae04e6a
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
4 changed files with 14 additions and 12 deletions

View file

@ -9,6 +9,7 @@ class LazyLoadMetaClass(type):
class LazyLoadExtractor(metaclass=LazyLoadMetaClass):
_module = None
_WORKING = True
@classmethod
def _get_real_class(cls):