sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11255
Re: [Question #132445]: Reading / writing to a file in sikuli
Question #132445 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/132445
RaiMan posted a new comment:
@ Alex
ok, thanks - but if it is not a typo, thats an easy one:
my_file.close
does not close the file, but simply returns the function object
has to be
my_file.close()
to run the function.
please confirm.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.