Closed jelly closed 4 years ago
Thanks for reporting the issue. Could you provide some steps to reproduce the behavior?
Currently xtarfile.open
captures extra arguments and passes them to the underlying compressors such as TarFile (see code and list of supported arguments) or ZStandard (see code and list of supported arguments). What is the behavior you'd expect in this situation?
Hmm not sure what is expected, for use case we actually managed to be able to remove the encoding argument and keep it working.
Feel free to close the issue.
For example the following code is not supported: