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
backends/p4android/client: initialize __callbacks to None
Initialize __callbacks to None in the __init__ method. This avoids an
AttributeError when reading the is_connected property before the client
connects.
Fixes: #1791
0 commit comments