diff --git a/cmx4mlops/cmx4mlops/repo/automation/cmx-demo/modulex.py b/cmx4mlops/cmx4mlops/repo/automation/cmx-demo/modulex.py index 3ccde7c44..f63b0d44b 100644 --- a/cmx4mlops/cmx4mlops/repo/automation/cmx-demo/modulex.py +++ b/cmx4mlops/cmx4mlops/repo/automation/cmx-demo/modulex.py @@ -89,5 +89,6 @@ def run(self, i): print (json.dumps(i, indent=2)) v = i.get('test', 'default') + v2 = i.get('test2', 'default') - return {'return':0, 'new_key':v} + return {'return':0, 'new_key':v, 'new_key2':v2}