32
32
process() for more information.
36
37
"""Iterates over self.walk_list, calling process() for each entry in turn. For
37
38
directory entries, where process() returns False, subsequent entries in
38
39
walk_list that fall under the directory are skipped.
44
46
for rel_file in self.walk_list: