Change ternary to another argument

This commit is contained in:
Corentin Noël 2017-09-20 20:34:20 +02:00
parent 6a2926870c
commit 3e6c3ea10c
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class I18nModule(ExtensionModule):
targets = [pottarget, gmotarget, updatepotarget]
install = kwargs.get('install') if ('install' in kwargs) else True
install = kwargs.get('install', True)
if install:
script = state.environment.get_build_command()
args = ['--internal', 'gettext', 'install',