diff --git a/nomen/settings.py b/nomen/settings.py index 38b712e..2ae8b85 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):