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
executor.git.remote.update(
AttributeError: 'functools.partial' object has no attribute 'update'
Also, even if we have to make a whole other class, I think we should definitely give a clear error message. "foo is a leaf-command and cannot have sub-commands (tried to access bar)"... I don't know exactly, but functools.partial attribute error is really awful for a very easy-to-make mistake.
The text was updated successfully, but these errors were encountered:
Also, even if we have to make a whole other class, I think we should definitely give a clear error message. "foo is a leaf-command and cannot have sub-commands (tried to access bar)"... I don't know exactly, but functools.partial attribute error is really awful for a very easy-to-make mistake.
The text was updated successfully, but these errors were encountered: