Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvoisin
mat2
Commits
8d7230ba
Commit
8d7230ba
authored
Jan 07, 2023
by
jvoisin
Browse files
Fix `-l` output
parent
2b02c82e
Pipeline
#123731
passed with stages
in 1 minute and 53 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
mat2
View file @
8d7230ba
...
...
@@ -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
]:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment