diff --git a/nomen/settings.py b/nomen/settings.py index 16eb5e6..38b712e 100644 --- a/nomen/settings.py +++ b/nomen/settings.py @@ -12,7 +12,7 @@ from .utils import confirm log = logging.getLogger("nomen.settings") log.setLevel(logging.INFO) -DUSTY_DATA_LINE = re.compile(r"^(.+) – notified (\d+) times$") +DUSTY_DATA_LINE = re.compile(r"^`?(.+)`? – notified `?(\d+)`? times$") class InvalidImportFormat(Exception):