2331
2330
for dir, files in wt.walkdirs():
2332
2331
existing_files.update(f[0] for f in files)
2333
2332
for num, (tree_path, entry) in \
2335
2334
pb.update("Building tree", num - len(deferred_contents), total)
2336
2335
if entry.parent_id is None: