We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f6b7b commit cd83d9eCopy full SHA for cd83d9e
1 file changed
tests/test_fuzzy_run.py
@@ -90,6 +90,7 @@ def from_tar(cls, tar_src: Union[Path, BinaryIO]) -> Self:
90
files_info: Dict[Path, _FileInfo] = {}
91
92
with contextlib.ExitStack() as es:
93
+ tar: tarfile.TarFile
94
if isinstance(tar_src, Path):
95
tar = es.enter_context(tarfile.open(name=tar_src, mode='r:'))
96
else:
0 commit comments