ChameleonCloud / python-chi

Python client for the Chameleon testbed
Apache License 2.0
3 stars 4 forks source link

added filter argument to tar.extactall when extracting downloaded file in container.download() #56

Closed JOUNAIDSoufiane closed 6 months ago

JOUNAIDSoufiane commented 6 months ago

tar.extractall() or tar.extract() are now both deprecated if a filter argument is not specified.

see https://docs.python.org/3/library/tarfile.html#extraction-filters and https://github.com/mindsdb/mindsdb/issues/8927