From c3fdf769f85c5a29f1330d727b831ef1de9b1d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Thu, 4 Apr 2013 17:43:09 +0200 Subject: [PATCH] fix -B MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/list.py b/src/list.py index 2a902208..43e934e3 100755 --- a/src/list.py +++ b/src/list.py @@ -250,7 +250,7 @@ class List(): ## Get all balloons balloonset = set() - for balloondir in self.balloondirs: + for balloondir in balloondirs: for balloon in os.listdir(balloondir): ## Use .think if running ponythink, otherwise .say if isthink and endswith(balloon, '.think'):