Question #245732 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245732
Status: Needs information => Open
Garima Kumar gave more information on the question:
Hello,
I have a workflow.sikuli, inside that ia have a method called
def createWorkflow(workflowName):
print "method called from workflow.sikuli"
print workflowName
Now in some other callingWorkflowCreation.sikuli code
import workflow
createWorkflow(workflowName = "Cardiac")
print "back to callingWorkflowCreation.sikuli"
i am expecting the result shuld be
"method called from workflow.sikuli
Cardiac
back to callingWorkflowCreation.sikuli"
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp