From 53a78b9b35da8b187b1054d3f16d4bbd63a891d4 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 24 Sep 2018 12:51:49 +0200 Subject: [PATCH] fix debug bug --- catcli/walker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catcli/walker.py b/catcli/walker.py index 0d9b968..018307d 100644 --- a/catcli/walker.py +++ b/catcli/walker.py @@ -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))