Show More
@@ -810,7 +810,7 b' class treemanifest(object):' | |||||
810 | if p in self._files: |
|
810 | if p in self._files: | |
811 | yield self._subpath(p) |
|
811 | yield self._subpath(p) | |
812 | else: |
|
812 | else: | |
813 |
for f in self._dirs[p] |
|
813 | for f in self._dirs[p]: | |
814 | yield f |
|
814 | yield f | |
815 |
|
815 | |||
816 | def keys(self): |
|
816 | def keys(self): |
General Comments 0
You need to be logged in to leave comments.
Login now