Question #653769 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653769

    Status: Open => Answered

Manfred Hampl proposed the following answer:
You need to have the statements

 text_file.write(value) ## Here i am passing the column 33 values=2 executable 
queries
 text_file.write(Key.ENTER)
 text_file.write("/")
 text_file.write("\ncommit;")

inside the
"for rx in range(sheet.nrows):"
loop.

Please consult the Python manuals to learn how to correctly use indents
for grouping statements.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to