[Bug 2060962] Re: apport-bug: cli reports syntax warnings to user
Launchpad Bug Tracker
2060962 at bugs.launchpad.net
Sat Apr 13 06:32:48 UTC 2024
This bug was fixed in the package apport-symptoms - 0.25
---------------
apport-symptoms (0.25) noble; urgency=medium
* d/control: Fix Vcs field from bzr to git
* Fix a flood of warnings when on Python 3.12 (LP: #2060962)
-- Simon Chopin <schopin at ubuntu.com> Fri, 12 Apr 2024 11:54:26 +0200
** Changed in: apport-symptoms (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apport-symptoms in Ubuntu.
https://bugs.launchpad.net/bugs/2060962
Title:
apport-bug: cli reports syntax warnings to user
Status in apport package in Ubuntu:
Invalid
Status in apport-symptoms package in Ubuntu:
Fix Released
Bug description:
Apport version: 2.28.0-0ubuntu1
Ubuntu-Server 24.04 Beta amd64 (20240410.1)
/usr/share/apport/symptoms/_audio_data.py:123: SyntaxWarning: invalid escape sequence '\['
m = re.search('Pin Default 0x(.*?): \[(.*?)\] (.*?) at (.*?) (.*)', line)
/usr/share/apport/symptoms/_audio_data.py:148: SyntaxWarning: invalid escape sequence '\d'
m = re.search(' (\d+) \[(\w+)\s*\]: (.+)', card)
/usr/share/apport/symptoms/_audio_data.py:162: SyntaxWarning: invalid escape sequence '\w'
m = re.match('^(\w+) #(\d+)', line)
/usr/share/apport/symptoms/_audio_data.py:171: SyntaxWarning: invalid escape sequence '\w'
m = re.match('^\t(\w+.*?): (.*)', line)
/usr/share/apport/symptoms/_audio_data.py:177: SyntaxWarning: invalid escape sequence '\w'
m = re.match('^\t(\w+.*?):', line)
/usr/share/apport/symptoms/_audio_data.py:182: SyntaxWarning: invalid escape sequence '\w'
m = re.match('^\t\t(\w+.*?) = "(.*)"', line)
/usr/share/apport/symptoms/_audio_mixercontrol.py:29: SyntaxWarning: invalid escape sequence '\['
m = re.search("\[([\-0-9.]+)dB\]", s)
/usr/share/apport/symptoms/_audio_mixercontrol.py:34: SyntaxWarning: invalid escape sequence '\['
if re.search("\[on\]", s):
/usr/share/apport/symptoms/_audio_mixercontrol.py:36: SyntaxWarning: invalid escape sequence '\['
if re.search("\[off\]", s):
/usr/share/apport/symptoms/_audio_mixercontrol.py:38: SyntaxWarning: invalid escape sequence '\d'
m = re.search(" ?(\d+) ", s)
/usr/share/apport/symptoms/_audio_mixercontrol.py:41: SyntaxWarning: invalid escape sequence '\['
m = re.search("\[([\-0-9.]+)%\]", s)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/2060962/+subscriptions
More information about the foundations-bugs
mailing list