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
tails
jenkins-tools
Commits
ab5f9164
Commit
ab5f9164
authored
Jun 26, 2019
by
intrigeri
Browse files
Use long option name for easier readability and maintenance.
parent
18f5ab14
Changes
1
Hide whitespace changes
Inline
Side-by-side
slaves/lint_po
View file @
ab5f9164
...
...
@@ -160,7 +160,7 @@ class PoFile:
"""@returns a list of issues raised by i18nspector removes
allowed issues from @I18NINSPECTOR_ACCEPT.
"""
cmd
=
[
"i18nspector"
,
"-
l
"
,
self
.
lang
(),
self
.
fname
]
cmd
=
[
"i18nspector"
,
"-
-language
"
,
self
.
lang
(),
self
.
fname
]
process
=
subprocess
.
run
(
cmd
,
stdout
=
subprocess
.
PIPE
,
...
...
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