We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83272c commit 6efb92bCopy full SHA for 6efb92b
python/lib/core/dmod/core/dataset.py
@@ -32,7 +32,7 @@ class DataArchiving(PydanticEnum):
32
TAR_BZIP2 = (3, ".tar.bz2")
33
""" Tar archiving with bzip2 compression. """
34
TAR_XZ = (4, ".tar.xz")
35
- """ Tar archiving with bzip2 compression. """
+ """ Tar archiving with lzma compression. """
36
ZIP_0 = (5, ".zip")
37
""" Zip archiving with level 0 compression (i.e., no compression at all). """
38
ZIP_6 = (6, ".zip")
0 commit comments