From c9b10c396fe61d7d48f15fc69ed09ecddd9d2ea7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Wed, 16 Oct 2013 18:55:04 +0200 Subject: [PATCH] also return outdated podcasts in PodcastUpdater.update() --- mygpo/data/feeddownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mygpo/data/feeddownloader.py b/mygpo/data/feeddownloader.py index d838754a..0a1985b3 100755 --- a/mygpo/data/feeddownloader.py +++ b/mygpo/data/feeddownloader.py @@ -90,7 +90,7 @@ class PodcastUpdater(object): # if it exists already, we mark it as outdated self._mark_outdated(p, 'error while fetching feed: %s' % str(ex)) - return + return p else: raise NoPodcastCreated(ex) -- 2.11.4.GIT