support backticks in dusty imports
This commit is contained in:
parent
8726916c50
commit
794efb68b8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from .utils import confirm
|
||||||
log = logging.getLogger("nomen.settings")
|
log = logging.getLogger("nomen.settings")
|
||||||
log.setLevel(logging.INFO)
|
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):
|
class InvalidImportFormat(Exception):
|
||||||
|
|
Loading…
Reference in a new issue