#1086848 python-ly: Python SyntaxWarning

#1086848#5
Date:
2024-11-06 16:13:51 UTC
From:
To:
Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/p/python-ly.html


  Setting up python3-ly (0.9.7-1) ...
  /usr/lib/python3/dist-packages/ly/musicxml/lymus2musxml.py:429:
SyntaxWarning: invalid escape sequence '\('
    if phrslur.token == '\(':
  /usr/lib/python3/dist-packages/ly/musicxml/lymus2musxml.py:433:
SyntaxWarning: invalid escape sequence '\)'
    elif phrslur.token == '\)':