fixed wrong extension in ArchiveFileExtConverter
This commit is contained in:
parent
d9bdcf29e1
commit
5aa14ea93c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue