Skip to content
Snippets Groups Projects
Commit 8d7230ba authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Fix `-l` output

parent 2b02c82e
No related branches found
No related tags found
No related merge requests found
Pipeline #123731 passed with warnings
......@@ -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]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment