Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Jan 22, 2025
1 parent 53f3990 commit 75b6b35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmx4mlops/cmx4mlops/repo/automation/cmx-demo/modulex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 75b6b35

Please sign in to comment.