What steps will reproduce the problem?
1. Deploy pubsubhubbub svn
What is the expected output? What do you see instead?
Error parsing yaml file:
Unable to assign value 'every minute' to attribute 'schedule':
schedule 'every minute' failed to parse: line 1:12 mismatched character '<EOF>'
expecting 's'
What version of the product are you using? On what operating system?
pubsubhubbub SVN trunk, App engine Python 1.2.4, Mac OS X 10.6
Please provide any additional information below.
According to
http://code.google.com/appengine/docs/python/config/cron.html#The_Schedule_Forma
t
'every minute' should read 'every 1 minutes' and indeed the following patch
(attached) fixes the
problem.
Original issue reported on code.google.com by kugutsu...@gmail.com on 18 Aug 2009 at 9:46
Original issue reported on code.google.com by
kugutsu...@gmail.com
on 18 Aug 2009 at 9:46Attachments: