Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBlame returns str not list #1008
Closed
Labels
Comments
Instead of I hope this helps. Please feel free to continue posting in the closed issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 3.1.1
The docs says it will be list type of return value: https://gitpython.readthedocs.io/en/stable/reference.html?highlight=blame#git.repo.base.Repo.blame
But instead of it i've got a string:
Version is similar as in the docs.
Is that incorrect docs or bug in the library?