corrected dump signature

This commit is contained in:
Brian Coca 2018-02-12 16:51:42 -05:00
parent 30adc2f124
commit e8b631d4df

View file

@ -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