[Bug 1991104] [NEW] Autopkgtest failure

Launchpad Bug Tracker 1991104 at bugs.launchpad.net
Wed Sep 28 13:22:59 UTC 2022


You have been subscribed to a public bug by Heinrich Schuchardt (xypron):

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 '\\\\\\|'.

** Affects: nbconvert (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Autopkgtest failure
https://bugs.launchpad.net/bugs/1991104
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.



More information about the Ubuntu-sponsors mailing list