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

eduardobedoya gave more information on the question:
cuz Im doing this...
SIKoutput_dir = "E:"
SIKoutput = file(SIKoutput_dir + "SIKoutput.txt", "w")
SIKoutput.write("wuajaajjaja\n")
SIKoutput.write("line2\n")
SIKoutput.write("line3")
SIKoutput.close()

this works to create a new line
SIKoutput.write("line2\n")
but this doesn't
SIKoutput.write("line2"+el)

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to