You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
py: test for existence of marionette key in capabilities
The existing key checked for strict boolean equivalence, but using
surprising Python syntax (foo is True, rather than foo == True).
This changes it to be a loose truthyness check as suggested by
@Dude-x.
0 commit comments