Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
leger
flatlatex
Commits
39b3cdc6
Unverified
Commit
39b3cdc6
authored
Mar 20, 2018
by
Pierre-Elliott Bécue
Browse files
Merge branch 'argparse_nargs_handling'
parents
7072b1c0
f96648a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
flatlatex/bin/flatlatex.py
View file @
39b3cdc6
...
...
@@ -41,7 +41,7 @@ def do_convert(arguments):
arguments
.
disallow_combinings
,
)
return
converter
.
convert
(
arguments
.
input
)
return
converter
.
convert
(
arguments
.
input
[
0
]
)
def
main
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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