pyannote-database icon indicating copy to clipboard operation
pyannote-database copied to clipboard

fix syntax warning for invalid escape sequence

Open zyxue opened this issue 4 months ago • 1 comments

I see a lot of warning like

<stdin>:1: SyntaxWarning: invalid escape sequence '\s'

when pyannote-database is used under the hood in python12.

I checked these warnings wouldn't show up if in python10

zyxue avatar Aug 29 '25 20:08 zyxue

This should fix the SyntaxWarning(s). Any idea on when this might get merged @hbredin ?

TJRoh01 avatar Oct 15 '25 23:10 TJRoh01

Fixed in 6.1.1

hbredin avatar Dec 07 '25 06:12 hbredin