sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23354
Re: [Question #242206]: write os.system generated message to csv-file
Question #242206 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242206
Status: Open => Answered
RaiMan proposed the following answer:
at 1:
t1 = time.strftime("%Y-%m-%d %H:%M:%S")
at 2:
with open('eggs.csv', 'a') as csvfile:
a -- to open in append mode
no b (means binary) since this is a textile
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.