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