fix debug bug

pull/6/head
deadc0de6 6 years ago
parent c4ebc14734
commit 53a78b9b35

@ -39,7 +39,7 @@ class Walker:
parent, path)
cnt += 1
for d in dirs:
self._debug('found dir {} under {}'.format(f, path))
self._debug('found dir {} under {}'.format(d, path))
base = os.path.basename(d)
sub = os.path.join(root, d)
self._debug('index directory {}'.format(sub))

Loading…
Cancel
Save