mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +01:00
supybot-test: Remove ignored command-line argument.
This commit is contained in:
parent
7765bf7307
commit
72ce405962
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user