Continue with quotation cut even if html cut throws an exception

This commit is contained in:
Derrick J. Wippler
2020-01-30 11:51:33 -06:00
parent c575beb27d
commit 3083f86c75
4 changed files with 17 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
from __future__ import absolute_import
from .fixtures import REPLY_QUOTATIONS_SHARE_BLOCK, OLK_SRC_BODY_SECTION, REPLY_SEPARATED_BY_HR
from tests.fixtures import REPLY_QUOTATIONS_SHARE_BLOCK, OLK_SRC_BODY_SECTION, REPLY_SEPARATED_BY_HR
from nose.tools import eq_, ok_, assert_false, assert_true
from talon import quotations, utils as u
from mock import Mock, patch