8000 AttributeError: 'PushInfo' object has no attribute 'name' · Issue #820 · gitpython-developers/GitPython · GitHub
[go: up one dir, main page]

Skip to content
AttributeError: 'PushInfo' object has no attribute 'name' #820
Closed
@tardis4500

Description

@tardis4500

A simple call to:
result = self._client.remotes.origin.push(**args)
print(result.summary)
results in:
Traceback (most recent call last):
File "C:\Users\jsmith\Envs\halpy\lib\site-packages\halpy\cms.py", line 623, in checkin_files
print(result.summary)
File "C:\Users\jsmith\Envs\halpy\lib\site-packages\git\util.py", line 883, in getattr
if getattr(item, self._id_attr) == attr:
AttributeError: 'PushInfo' object has no attribute 'name'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0