Bubobubobubobubo / sardine

Python's missing "algorave" module. Live code music with Python using MIDI, OSC and/or SuperCollider.
https://sardine.raphaelforment.fr
GNU General Public License v3.0
189 stars 32 forks source link

`SyntaxWarning: invalid escape sequence '\w'` #264

Open Bubobubobubobubo opened 1 week ago

Bubobubobubobubo commented 1 week ago

Sardine now prints the following message when booting:

<unknown>:1: SyntaxWarning: invalid escape sequence '\w'
<unknown>:1: SyntaxWarning: invalid escape sequence '\s'

As far as I know, there is no part of the init process printing special characters. This has to be investigated. These warnings might raise an error in future versions...