зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1193914 - Properly check ide type when deciding whether or not to package. r=benwa
This commit is contained in:
Родитель
928a195f43
Коммит
e2ce0103de
|
@ -67,7 +67,7 @@ class MachCommands(MachCommandBase):
|
|||
if res != 0:
|
||||
return 1
|
||||
|
||||
if ide == 'androidstudio' or 'intellij':
|
||||
if ide in ('androidstudio', 'intellij'):
|
||||
res = self._mach_context.commands.dispatch('package', self._mach_context)
|
||||
if res != 0:
|
||||
return 1
|
||||
|
|
Загрузка…
Ссылка в новой задаче