mirror of
https://github.com/erkin/ponysay
synced 2024-11-15 08:07:10 +00:00
fix -b
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
c3fdf769f8
commit
151d44b22d
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@ class Ponysay():
|
|||
messagewrap = int(args.opts['-W'][0])
|
||||
|
||||
## Get balloon object
|
||||
balloonfile = self.__getballoonpath(args.opts['-b'][0] if args.opts['-b'] is not None else None)
|
||||
balloonfile = self.__getballoonpath(args.opts['-b'] if args.opts['-b'] is not None else None)
|
||||
printinfo('balloon style file: ' + str(balloonfile))
|
||||
balloon = self.__getballoon(balloonfile) if args.opts['-o'] is None else None
|
||||
|
||||
|
|
Loading…
Reference in a new issue