fixed wrong extension in ArchiveFileExtConverter

This commit is contained in:
Jenny Danzmayr 2023-12-21 21:54:22 +01:00
parent d9bdcf29e1
commit 5aa14ea93c

View file

@ -39,7 +39,7 @@ class HistoryFileExtConverter:
class ArchiveFileExtConverter:
regex = r'tar(\.(gz|xz|zstd))?'
regex = r'tar(\.(gz|xz|zst))?'
def to_python(self, value):
return value