Show More
@@ -56,8 +56,9 b' class gittreemanifest(object):' | |||
|
56 | 56 | return val |
|
57 | 57 | t = self._tree |
|
58 | 58 | comps = upath.split('/') |
|
59 | te = self._tree | |
|
59 | 60 | for comp in comps[:-1]: |
|
60 |
te = |
|
|
61 | te = te[comp] | |
|
61 | 62 | t = self._git_repo[te.id] |
|
62 | 63 | ent = t[comps[-1]] |
|
63 | 64 | if ent.filemode == pygit2.GIT_FILEMODE_BLOB: |
General Comments 0
You need to be logged in to leave comments.
Login now