show ignored dirs (verbose)
This commit is contained in:
parent
7953a9ca45
commit
6b5618d1df
@ -52,6 +52,8 @@ class IndexThread:
|
||||
for name in dirs:
|
||||
if not e.should_ignore(name):
|
||||
self.todo_queue.put(os.path.join(parent, name))
|
||||
else:
|
||||
self._log(Stat.SKIP, name + "/")
|
||||
|
||||
def run(self):
|
||||
while True:
|
||||
|
Loading…
x
Reference in New Issue
Block a user