- Package:
- src:python-ly
- Source:
- src:python-ly
- Submitter:
- Graham Inggs
- Date:
- 2024-11-06 16:18:02 UTC
- Severity:
- normal
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 == '\)':