- Package:
- src:spades
- Source:
- src:spades
- Submitter:
- Graham Inggs
- Date:
- 2024-11-08 17:21: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/s/spades.html
Setting up python3 (3.12.6-1) ...
/usr/share/spades/spades_pipeline/support.py:531: SyntaxWarning:
invalid escape sequence '\d'
return [atoi(c) for c in re.split("(\d+)", text)]