- Package:
- src:pyhoca-gui
- Source:
- src:pyhoca-gui
- Submitter:
- Graham Inggs
- Date:
- 2024-10-22 17:39:03 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/pyhoca-gui.html
Setting up pyhoca-gui (0.6.1.1-1) ...
/usr/lib/python3/dist-packages/pyhoca/wxgui/printingprefs.py:441:
SyntaxWarning: invalid escape sequence '\/'
_save_to_folder = re.sub('^%s\/' % _LOCAL_HOME, '', _save_to_folder)