Skip to content
Snippets Groups Projects
Verified Commit 0b439ea1 authored by dos's avatar dos
Browse files

sim: fakes: utarfile: Set DIRTYPE and REGTYPE correctly

parent 894a5b5e
No related branches found
No related tags found
No related merge requests found
Pipeline #9359 passed
from typing import Any
import tarfile
DIRTYPE = "dir"
REGTYPE = "file"
DIRTYPE = b"5"
REGTYPE = b"0"
TarInfo = tarfile.TarInfo
TarFile = tarfile.TarFile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment