Commit 2fadb4a4 authored by Jérome Perrin's avatar Jérome Perrin

debug plugin: fix use of this plugin as a postprocessing

parent a38a4f49
...@@ -8,3 +8,4 @@ class Debug(plugin.InputPreparationPlugin, plugin.OutputPreparationPlugin): ...@@ -8,3 +8,4 @@ class Debug(plugin.InputPreparationPlugin, plugin.OutputPreparationPlugin):
""" """
self.logger.info("%s: %s" % (self.configuration_dict, pformat(data))) self.logger.info("%s: %s" % (self.configuration_dict, pformat(data)))
return data return data
postprocess = preprocess
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment