Fixing feed_fetcher to not puke on its entire queue when fixing a dupe.

This commit is contained in:
Samuel Clay 2010-11-03 21:41:43 -04:00
parent cb752e2171
commit 5d4783606b

View file

@ -308,7 +308,7 @@ class Dispatcher:
fetched_feed = None
except Feed.DoesNotExist, e:
logging.debug(' ---> [%-30s] Feed is now gone...' % (unicode(feed)[:30]))
return
continue
except Exception, e:
logging.debug('[%d] ! -------------------------' % (feed.id,))
tb = traceback.format_exc()