492
492
if (specific_files is None or
493
493
any(filter(lambda p: p.startswith(child_path), specific_files))):
494
todo.add((store, child_path, hexsha, ie.file_id))
494
todo.append((store, child_path, hexsha, ie.file_id))
495
495
elif specific_files is None or child_path in specific_files:
496
496
yield (child_path.decode("utf-8"),
497
497
self._get_file_ie(store, child_path, name, mode, hexsha,