corrected dump signature

pull/36075/head
Brian Coca 7 years ago
parent 30adc2f124
commit e8b631d4df

@ -31,7 +31,7 @@ class CallbackModule(CallbackModule_default): # pylint: disable=too-few-public-
CALLBACK_TYPE = 'stdout'
CALLBACK_NAME = 'debug'
def _dump_results(self, result):
def _dump_results(self, result, indent=None, sort_keys=True, keep_invocation=False):
'''Return the text to output for a result.'''
# Enable JSON identation

Loading…
Cancel
Save