Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2858b43

Browse files
committed
A little more tweakage
1 parent d81d534 commit 2858b43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tools/audiopy/audiopy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ class MainWindow:
282282

283283
def usage(msg='', code=1):
284284
print __doc__ % globals()
285-
print msg
285+
if msg:
286+
print msg
286287
sys.exit(code)
287288

288289

0 commit comments

Comments
 (0)