From 72ce40596255404ef5bc672a6a2d15788bdf5fdc Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 31 Dec 2015 13:52:48 +0100 Subject: [PATCH] supybot-test: Remove ignored command-line argument. --- scripts/supybot-test | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/supybot-test b/scripts/supybot-test index d0ca09c9c..2f561fa07 100644 --- a/scripts/supybot-test +++ b/scripts/supybot-test @@ -153,9 +153,6 @@ if __name__ == '__main__': parser.add_option('', '--disable-multiprocessing', action='store_true', dest='disableMultiprocessing', help='Disables multiprocessing stuff.') - parser.add_option('', '--verbose-unexcepted-errors', action='store_true', - dest='verboseUnexceptectedErros', - help='Show the full traceback of unexpected errors.') (options, args) = parser.parse_args() world.disableMultiprocessing = options.disableMultiprocessing