mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-03 16:01:27 +01:00
fix -B
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
cb85a0c56c
commit
c3fdf769f8
1 changed files with 1 additions and 1 deletions
|
@ -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'):
|
||||
|
|
Loading…
Add table
Reference in a new issue