From: Barry Warsaw Date: Wed, 18 Nov 1998 03:32:43 +0000 (+0000) Subject: A little more tweakage X-Git-Tag: v1.5.2b1~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2858b43613ca50f21aab629140ffc84278d3b0d8;p=python A little more tweakage --- diff --git a/Tools/audiopy/audiopy b/Tools/audiopy/audiopy index e1ab1b635d..bef95c2f85 100755 --- a/Tools/audiopy/audiopy +++ b/Tools/audiopy/audiopy @@ -282,7 +282,8 @@ class MainWindow: def usage(msg='', code=1): print __doc__ % globals() - print msg + if msg: + print msg sys.exit(code)