erkin / ponysay

Pony rewrite of cowsay.
GNU General Public License v3.0
1.19k stars 80 forks source link

Balloons: invalid escape sequence #317

Open MairusuPawa opened 2 months ago

MairusuPawa commented 2 months ago

Hi! Since a recent Python update, running ponysay -q does display a pony and a balloon text, but also the following error twice:

/usr/bin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '\-'

Haven't looked into it yet. Thanks!

J053Fabi0 commented 2 months ago

Downgrading to python-3.11.8-1-x86_64 solves the issue, indeed.

adasiko commented 2 months ago

also duplicate

313