Skip to content

Commit 3e152c2

Browse files
svenstaroc-w
authored andcommitted
Add .zst as a possible extension for zstandard (#2)
1 parent 18f54e7 commit 3e152c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xtarfile/xtarfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66

77
_HANDLERS = {
8-
'zstd': ZstandardTarfile
8+
'zstd': ZstandardTarfile,
9+
'zst': ZstandardTarfile,
910
}
1011

1112
_NATIVE_FORMATS = ('gz', 'bz2', 'xz')

0 commit comments

Comments
 (0)