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.
43
46
for rel_file in self.walk_list:
45
48
# if we're skipping, skip entries in subdirectories, or turn off