Skip to content

docs/merge: default_signature is an attribute, not a method#440

Merged
jdavid merged 1 commit intolibgit2:masterfrom
wking:default-signature-attribute
Oct 27, 2014
Merged

docs/merge: default_signature is an attribute, not a method#440
jdavid merged 1 commit intolibgit2:masterfrom
wking:default-signature-attribute

Conversation

@wking
Copy link
Contributor

@wking wking commented Oct 26, 2014

Avoid:

>>> repo.default_signature()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: '_pygit2.Signature' object is not callable

Avoid:

  >>> repo.default_signature()
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
  TypeError: '_pygit2.Signature' object is not callable
@jdavid jdavid merged commit 120fded into libgit2:master Oct 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants