filippocld223
Nov 08, 2013 - 08:57
trying this code :
#coding: utf-8
import workflow
action_in = workflow.get_input()
if action_in.endswith(' ')==True :
action_out='True'
else:
pass
workflow.set_output(action_out)
Editorial gives this error: NameError:line 10 name "action_out" is not defined