#1086986 quisk: Python SyntaxWarning

#1086986#5
Date:
2024-11-07 17:55:18 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/q/quisk.html


  Setting up quisk (4.2.32-1+b1) ...
  /usr/lib/python3/dist-packages/quisk/configure.py:598:
SyntaxWarning: invalid escape sequence '\w'
    re_AeqB = re.compile("^#?(\w+)\s*=\s*([^#]+)#*(.*)") # item values "a = b"
  /usr/lib/python3/dist-packages/quisk/softrock/hardware_net.py:67:
SyntaxWarning: invalid escape sequence '\d'
    freq = float(re.findall("\d+.\d+", data)[0])