sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04247
Re: [Question #166488]: How to find the date and time of a file uploaded on server?
Question #166488 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/166488
Status: Open => Answered
RaiMan proposed the following answer:
This error message tells you, that you want to concatenate a string with
a float ;-)
time.mktime(u.info().getdate("date"))
cannot be the cause, since there is no concatenation here. Must be either in info() or in getdate().
If you have identified the float object in a concatenation, just cast it
to a string using str(float_object).
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.