- Package:
- src:gr-air-modes
- Source:
- src:gr-air-modes
- Submitter:
- Graham Inggs
- Date:
- 2024-10-21 09:27:08 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/g/gr-air-modes.html
Setting up gr-air-modes (0.0.20210211-3.1+b4) ...
/usr/lib/python3/dist-packages/air_modes/radio.py:225:
SyntaxWarning: invalid escape sequence '\:'
ip, port = re.search("(.*)\:(\d{1,5})", options.source).groups()