fedora-selinux / selinux-policy

selinux-policy for Fedora is a large patch off the mainline
GNU General Public License v2.0
156 stars 157 forks source link

Fix bad Python regexp escapes #2087

Closed keszybz closed 1 month ago

keszybz commented 2 months ago

Python 3.12 started warning about such escapes. Use r"" to suppress the warning.

packit-as-a-service[bot] commented 2 months ago

Cockpit tests failed for commit 59c7a140f0ef15e7956f6614017d920a99fe6013. @martinpitt, @jelly, @mvollmer please check.

zpytela commented 1 month ago

Merging, thank you.