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
Hello, when accessing the .head property of a Repository object I am getting the following error:
@property
def head(self) -> str:
"""Get a reference to the current HEAD"""
> return self.repo.head.target.hex
E AttributeError: '_pygit2.Oid' object has no attribute 'hex'
This did not happen on 1.14.1
The text was updated successfully, but these errors were encountered:
Hello, when accessing the
.head
property of a Repository object I am getting the following error:This did not happen on
1.14.1
The text was updated successfully, but these errors were encountered: