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

RaiMan proposed the following answer:
os.system() executes the given command, but does not return the content
of stdout, but only the return code of the executed command.

So in your case the date string is printed on stdout (IDE: message area)
and t1 contains 0 (since echo returned 0).

-- 
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