# HG changeset patch # User David Douard <david.douard@logilab.fr> # Date 1437663586 -7200 # Node ID a63023a8d4578100232ceccd8d9b70a2ba63df8a # Parent f9de9fe35376ae344bd90d58b97fab28ba31112d [ccplugin] fix a bug introduced in e95725d7ce90 (closes #5731783) diff -r f9de9fe35376 -r a63023a8d457 ccplugin.py --- a/ccplugin.py Wed Jul 22 17:41:40 2015 +0200 +++ b/ccplugin.py Thu Jul 23 16:59:46 2015 +0200 @@ -74,7 +74,7 @@ '(default: 100)'}), ) if cwversion >= (3, 21, 0): - options = PyramidStartHandler.options + ( + options = options + ( ('param', {'short': 'p', 'type': 'named', 'metavar': 'key1:value1,key2:value2', 'default': {},