Skip to content

Commit e5e8a3d

Browse files
author
Googler
committed
no-op
PiperOrigin-RevId: 924881300
1 parent 722e9de commit e5e8a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lit_nlp/lib/file_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _get_extacted_dir(output_path: str) -> str:
114114
zip_file.close()
115115
else:
116116
tar_file = tarfile.open(output_path)
117-
tar_file.extractall(output_extracted_path)
117+
tar_file.extractall(output_extracted_path, filter='data')
118118
tar_file.close()
119119

120120
return output_extracted_path

0 commit comments

Comments
 (0)