32
32
process() for more information.
37
36
"""Iterates over self.walk_list, calling process() for each entry in turn. For
38
37
directory entries, where process() returns False, subsequent entries in
39
38
walk_list that fall under the directory are skipped.
46
43
for rel_file in self.walk_list:
48
45
# if we're skipping, skip entries in subdirectories, or turn off