Commit 8f8acb3
authored
fix: tar extraction without data_filter (#5220)
Fix tar extraction when python doesn't support data_filter:
https://docs.python.org/3/library/tarfile.html#supporting-older-python-versions
This failure is raised since commit
b4feb03
Fix #5191
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>1 parent 6a45677 commit 8f8acb3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments