#4783 '_pygit2.Blob' object has no attribute 'tree'
Closed: Fixed by pingou. Opened by pingou.

Error received by email:

  File "/usr/lib/python2.7/site-packages/pagure/ui/repo.py", line 775, in view_blame_file
    repo_obj, commit.tree, filename.split("/"), bail_on_tree=True
AttributeError: '_pygit2.Blob' object has no attribute 'tree'

Metadata Update from @pingou:
- Issue assigned to pingou

Commit 5d96e5a4 fixes this issue

Metadata
Related Pull Requests