Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/usr/sbin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '\-' #321

Open
jinman0826 opened this issue Sep 12, 2024 · 4 comments · May be fixed by #322
Open

/usr/sbin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '\-' #321

jinman0826 opened this issue Sep 12, 2024 · 4 comments · May be fixed by #322

Comments

@jinman0826
Copy link

when install on arch ,throw this exception

@HaleTom
Copy link

HaleTom commented Oct 3, 2024

Thank you for raising this.

Same issue here:

/usr/bin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '\-'
/usr/bin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '\-'
 _______________________________
< Thu 03 Oct 2024 18:01:27 EEST >
 -------------------------------
                        \
                         \
                          \
                          ▄▄▄▄▄▄▄▄▄▄
                    ▄  ▄▄▄█▄▄█▄▄▄▄▄▄█      ▄  ▄▄▄▄▄▄▄  ▄▄
                   ██▄▄▄▄▄████▄██████     ▄▄▄▄██████▄▄▄▄▄
                  ██▄█▄▄█▄▄▄▄▄▄▄▄██▄▀   ▄▄▄▄██▄███▄██▄▄██▄▄
                  █████▄█▄▄▄▄▄▄▄▄▀▀    ▄▄████▄▄▄▄▄▄█▄▄████▄▄
 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█▄██▄▄▄█▄▄▄████▄▄▄▄▄▄████▄▄█▄▄███▄▄█▄▄███▄▄
 ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄████▄██▄▄█████▄▄▄▄▄▄██▄▄▄▄▄█▄▄▄███▄▄▄▄████
   ████████████████▄▄███▄███▄████▄█████▄▄█▄█▄█▄▄▄▄████▄▄ ▀▄▄█
   ▀▄▄▄▄▄▄▄▄▄▄▄▄▄█████████▄▄▄██▄██▄▄▄▄▄▄█████▄█▄█████▄▄▄▄   ▀
    ▀▄▄▄▄▄▄▄▄▄▄▄▄█▄█▄████▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄███████▄▄▄██▄███▄▄
     ██████████████▄▄▄▄██████████████████▄▄█▄███▄▄▄▄█▄▄███
     ████████████▄▄▄▄███▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██████████████
     ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█▄▄█████████▄█▄▄██▄▄▄▄▄▄█████▄▄▄▄▄▄▄
    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄███████▄█████████▄▄██▄▄███▄▄██████████▄▄
   ██████████▄▄███▄▄▄▄▄▄▄▄███▄▄▄▄▄▄▄▄▄█▄▄▄▄██████▄█▄▄▄▄▄██▄▄▄
  ▄█▀ ▀▀▀▄▄▄▄█▄▄▄█████████████▄▄▄▄▄▄▄▄▄▄▄▄█▄▄█████▄▄▄▄███▄▄██▄▄▄▄▄▄
  █▄       ▀▀████▄▄▄▄▄▄▄▄▄▄▄▄▄█▄▄▄▄▄█▄██████████████▄▄█▄████████████▄
▄  ▀█         ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█▄██▄▄▄▄▄▄▄▄▄████▄▄▄███▄█████▄▄▄▄▄▄▄▄▄
 ▀▀▀▀       ▀▀▀▄▄▀▀▀▄▄██▄▄▄████▄▄▄▄▄▄▄██████▄▄█▄▄▄▄████▄▄▄████▀▀▄▄▀▀
               ▄█   █████████████████████▄▄▄▄▄▄████████████████ ▄█
              █▀  ▄ ████▄▄▄▄▄▄████████▄▄▄█▄▄▄▄▄▄▄▄▄▄██████▄▄████▀  ▄
              ▀▀▀▀  ▀▄█▄▄█▄▄▄█▄▄▄▄▄▄▄▄█▄▄▄▄█████████▄▄███▄█▄▀▀▀▀▀▀▀
                      ▀▄█▄▄██▄▄▄▄▄▄▄▄▄▄███▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▀▀
                       ▀▄▄▄▄▄▀        █▄▀█
                                       ▀ ▀

@HaleTom
Copy link

HaleTom commented Oct 3, 2024

@jinman0826 does your error also appear twice?

@Tunguso4ka
Copy link

replicated by me on VoidLinux.

image

@Tunguso4ka
Copy link

oh, this issue is a duplicate of #314

@noamraph noamraph linked a pull request Nov 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants