You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this link, it looks like these formats expect the compression level to be passed by the preset argument in tarfile.open(), instead of compresslevel.
The text was updated successfully, but these errors were encountered:
Tar output formats
xz
andtxz
do not work when passing an explicit compression level:From this link, it looks like these formats expect the compression level to be passed by the
preset
argument intarfile.open()
, instead ofcompresslevel
.The text was updated successfully, but these errors were encountered: