jacob1044 / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
1 stars 0 forks source link

cron.yaml typo error breaks hub code #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Yes my bad, I thought I pushed the fix to head.

Original comment by bslatkin on 20 Aug 2009 at 6:20

GoogleCodeExporter commented 9 years ago
Fixed in r218

Original comment by bslatkin on 20 Aug 2009 at 7:51