1
0
Fork 0

Fix `-l` output

This commit is contained in:
jvoisin 2023-01-07 17:10:02 +01:00
parent 2b02c82e7f
commit 8d7230ba16
1 changed files with 1 additions and 1 deletions

2
mat2
View File

@ -163,7 +163,7 @@ def show_parsers():
# mimetype, so there is not point in showing the mimetype at all
continue
formats.add(' - %s (%s)' % (mtype, ', '.join(extensions)))
__print_without_chars('\n'.join(sorted(formats)))
print('\n'.join(sorted(formats)))
def __get_files_recursively(files: list[str]) -> list[str]: