Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: A python script to work around a sleep issue' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: A python script to work around a sleep issue
Authored by: johnsawyercjs on Thu, Jan 29 2009 at 5:51AM PST
There appears to be a spelling error in the program, at the line:

sleeepTime = int(sleepTime)

I think the variable needs to retain the name "sleepTime" that it had immediately above that line, since there are no other references to "sleeepTime" in the rest of the program.

[ Reply to This | # ]