New question #662409 on Sikuli:
https://answers.launchpad.net/sikuli/+question/662409
The program run process forcibly interrupts the file close and the file is
locked
file0=open(path,'w')
for i in range(1000):
pass
file0.write(str)
file0.close()
I want to stop the process. But the next time you run, you'll lock the file.
Only restart the system.
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp