#1087108 targetcli-fb: Python SyntaxWarning

#1087108#5
Date:
2024-11-08 17:42:05 UTC
From:
To:
Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/t/targetcli-fb.html



  Setting up targetcli-fb (1:2.1.53-1.2) ...
  /usr/lib/python3/dist-packages/targetcli/ui_root.py:161:
SyntaxWarning: invalid escape sequence '\s'
    backups = [line for line in prefs.read().splitlines() if
re.match('^max_backup_files\s*=', line)]