1
0
Fork 0
mirror of synced 2024-06-01 14:51:08 -04:00

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

View file

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