Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Compare versions of files on Time Machine backup' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Compare versions of files on Time Machine backup
Authored by: jlundell on Mar 02, '09 03:01:21PM

It looks like a couple of escapes got lost in the translation:

boot_volume = Popen('osascript -e '%s'' % cmd,shell=True,stdout=PIPE,stderr=PIPE).communicate()[0][0:-1]

Either escape the inner quotes, or use double quotes. I suppose.

While you're at it, macine -> machine, and __MyCompanyName__ perhaps isn't what was intended.



[ Reply to This | # ]