From 0d47fc23495b9d8b1d7bbbe806808c7e17d78f30 Mon Sep 17 00:00:00 2001 From: wes Date: Sun, 3 Jul 2011 05:19:12 -0400 Subject: [PATCH] edited comments --- irc_speak.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/irc_speak.py b/irc_speak.py index 1cffeff..17944c5 100644 --- a/irc_speak.py +++ b/irc_speak.py @@ -63,7 +63,8 @@ def commands(word, word_eol, users): arguments = word[1:] if arguments[0] == "set": try: - print edit_users(**vars(editor.parse_args(arguments[1:]))) #argparse raises a SystemExit error if you use --help or -h, or have the wrong arguments + print edit_users(**vars(editor.parse_args(arguments[1:]))) + # argparse raises a SystemExit error if you use --help or -h, or have the wrong arguments except SystemExit: pass elif arguments[0] == "langlist":