Fix -l
output
This commit is contained in:
parent
2b02c82e7f
commit
8d7230ba16
2
mat2
2
mat2
@ -163,7 +163,7 @@ def show_parsers():
|
|||||||
# mimetype, so there is not point in showing the mimetype at all
|
# mimetype, so there is not point in showing the mimetype at all
|
||||||
continue
|
continue
|
||||||
formats.add(' - %s (%s)' % (mtype, ', '.join(extensions)))
|
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]:
|
def __get_files_recursively(files: list[str]) -> list[str]:
|
||||||
|
Loading…
Reference in New Issue
Block a user