зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1614518 - Followup fix to undo unneeded part of change that breaks tests
Differential Revision: https://phabricator.services.mozilla.com/D63533 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
8f47daac4b
Коммит
e2dda15912
|
@ -97,7 +97,7 @@ class _MachCommand(object):
|
|||
raise ValueError('can only operate on _MachCommand instances')
|
||||
|
||||
for a in self.__slots__:
|
||||
if getattr(self, a) is None:
|
||||
if not getattr(self, a):
|
||||
setattr(self, a, getattr(other, a))
|
||||
|
||||
return self
|
||||
|
|
Загрузка…
Ссылка в новой задаче