Skip to content

Commit 0e60d49

Browse files
committed
Add filter because it issues a warning
1 parent fa9a337 commit 0e60d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiron_snippets/files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ def decompress(self):
128128
if not tar_path.exists():
129129
return
130130
with tarfile.open(tar_path, "r:gz") as tar:
131-
tar.extractall(path=directory)
131+
tar.extractall(path=directory, filter="fully_trusted")
132132
tar_path.unlink()

0 commit comments

Comments
 (0)