1
0
Fork 0

changed print to return in prepare run

This commit is contained in:
Kenneth Wilke 2013-08-20 12:12:21 -05:00
parent c070486ddc
commit 2569c87704
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
def run(**kwargs):
print kwargs
return str(kwargs)