From: Jeremy Benoist Date: Fri, 19 Aug 2016 21:52:19 +0000 (+0200) Subject: Avoid breaking import when fetching fail X-Git-Tag: 2.0.7~4^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=19d9efab32b5c6403e9ee95fb70a2ce56a27f14b;hp=19d9efab32b5c6403e9ee95fb70a2ce56a27f14b;p=github%2Fwallabag%2Fwallabag.git Avoid breaking import when fetching fail graby will throw an Exception in some case (like a bad url, a restricted url or a secured pdf). Import doesn't handle that case and break the whole import. With that commit the import isn't stopped but the entry is just skipped. Also, as a bonus, I've added extra test on WallabagImportV2 when the json is empty. ---