Use filter argument when unpacking tar files, when supported #883
Labels
Cluster
deprecated
good first issue
Good for newcomers
python
Issues involving Python and Python-related tools outside of pyspedas
refactoring
We are getting deprecation messages in Python 3.12 when unpacking tar files (for example, when downloading Cluster data via CSA):
The 'filter' feature was just introduced in Python 3.12. We need to support older Python versions for at least the next two years, so we should probably do a Python version test and use the filter argument when it's supported.
The text was updated successfully, but these errors were encountered: