mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1193914 - Properly check ide type when deciding whether or not to package. r=benwa
This commit is contained in:
parent
928a195f43
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user