[Bug 1991104] Re: Autopkgtest failure
Graham Inggs
1991104 at bugs.launchpad.net
Wed Sep 28 13:24:58 UTC 2022
** Changed in: nbconvert (Ubuntu)
Assignee: (unassigned) => Graham Inggs (ginggs)
** Changed in: nbconvert (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1991104
Title:
Autopkgtest failure
Status in nbconvert package in Ubuntu:
In Progress
Bug description:
Autopkgtests fail for nbconvert 6.5.3, see
https://autopkgtest.ubuntu.com/results/autopkgtest-kinetic/kinetic/amd64/n/nbconvert/20220925_074851_7375d@/log.gz
File "/tmp/autopkgtest.FtHL2P/build.ypW/src/nbconvert/filters/_mistune.py", line 435
cells[i][c] = re.sub('\\\\\|', '|', cell)
^^^^^^^^
SyntaxError: invalid escape sequence '\|'
We want to replace '\|' by '|'. This requires a regular expression
r'\\\|' or a Python string '\\\\\\|'.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nbconvert/+bug/1991104/+subscriptions
More information about the Ubuntu-sponsors
mailing list