From b51dffa46d7901a152856609b3b12a943a3601df Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Sep 2013 14:39:07 -0400 Subject: [PATCH] fix error propigating when unable to download feed item --- Command/ImportFeed.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index 662daacf33..e455ebb63d 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -54,7 +54,7 @@ perform relaxed cache url = do <$> mapM (downloadEnclosure relaxed cache) l unless ok $ feedProblem url "problem downloading item" - next $ cleanup url ok + next $ cleanup url True _ -> do feedProblem url "bad feed content" next $ return True