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