- Package:
- src:kamcli
- Source:
- src:kamcli
- Submitter:
- Graham Inggs
- Date:
- 2024-11-11 17:39:05 UTC
- Severity:
- normal
- Tags:
Hi Maintainer
The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].
Regards
Graham
[1] https://piuparts.debian.org/sid/source/k/kamcli.html
Setting up kamcli (2.0.0-2) ...
/usr/lib/python3/dist-packages/kamcli/commands/cmd_db.py:91:
SyntaxWarning: invalid escape sequence '\G'
scmd = 'mysql -h {0} -u {1} -p{2} -e "select * from {3} \G"
{4}'.format(ctx.gconfig.get('db', 'host'),