Skip to content

Commit cb560e0

Browse files
author
Joshua Thomas Przyborowski
authored
Add files via upload
1 parent ab19ff4 commit cb560e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pycatfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3316,7 +3316,7 @@ def GetCompressionMimeType(infile, formatspecs=__file_format_dict__):
33163316
return archivefile_xz_mimetype
33173317
elif(compresscheck == "catfile" or compresscheck == "cat" or compresscheck == formatspecs['format_lower']):
33183318
return archivefile_cat_mimetype
3319-
else
3319+
else:
33203320
return False
33213321
if(not compresscheck):
33223322
return False

0 commit comments

Comments
 (0)