From 002f42fb0f8da093c9f1cd4b531c7ad3f5970ed3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 23 Oct 2012 20:02:22 +0200 Subject: do not what for stdin message if -o is used --- ponysay.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ponysay.py') diff --git a/ponysay.py b/ponysay.py index 19617f1..44ff009 100755 --- a/ponysay.py +++ b/ponysay.py @@ -138,6 +138,7 @@ class Ponysay(): self.__ucsremap(args) if args.opts['-o'] is not None: mode += '$/= $$\\= $' + args.message = '' ## The stuff if args.opts['-q'] is not None: -- cgit