-
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? |
Beta Was this translation helpful? Give feedback.
Answered by
Byron
Apr 25, 2020
Replies: 1 comment
-
Instead of I hope this helps. Please feel free to continue posting in the closed issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of
r.git.blame('HEAD', 'users/utils.py')
, you could tryr.blame('HEAD', 'users/utils.py')
.I hope this helps. Please feel free to continue posting in the closed issue.