summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmat22
1 files changed, 1 insertions, 1 deletions
diff --git a/mat2 b/mat2
index 283263b..55e9081 100755
--- a/mat2
+++ b/mat2
@@ -163,7 +163,7 @@ def show_parsers():
163 # mimetype, so there is not point in showing the mimetype at all 163 # mimetype, so there is not point in showing the mimetype at all
164 continue 164 continue
165 formats.add(' - %s (%s)' % (mtype, ', '.join(extensions))) 165 formats.add(' - %s (%s)' % (mtype, ', '.join(extensions)))
166 __print_without_chars('\n'.join(sorted(formats))) 166 print('\n'.join(sorted(formats)))
167 167
168 168
169def __get_files_recursively(files: list[str]) -> list[str]: 169def __get_files_recursively(files: list[str]) -> list[str]: