Ensure there is a blank line before each new item

This commit is contained in:
Kovid Goyal
2018-05-09 08:33:24 +05:30
parent b663160bc2
commit 3820c46801
2 changed files with 7 additions and 2 deletions

View File

@@ -64,6 +64,9 @@ class Collection:
data = None
yield path, typ, data
def __len__(self):
return len(self.all_paths)
def collect_files(collection, left, right):
left_names, right_names = set(), set()