Added missing path atribute to TarInfo class (#4884)

This commit is contained in:
Mahmoud Abduljawad
2021-01-01 22:47:54 +04:00
committed by GitHub
parent d482fa00cb
commit 2c314617f9

View File

@@ -215,6 +215,7 @@ class HeaderError(TarError): ...
class TarInfo:
name: str
path: str
size: int
mtime: int
mode: int