Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fixed invalid escape sequences in string literals#128

Closed
Lycan-Xx wants to merge 1 commit intoMebus:masterfrom
Lycan-Xx:master
Closed

Fixed invalid escape sequences in string literals#128
Lycan-Xx wants to merge 1 commit intoMebus:masterfrom
Lycan-Xx:master

Conversation

@Lycan-Xx
Copy link

Fix invalid escape sequences in cupp.py

The script cupp.py contains several instances of invalid escape sequences, which are causing SyntaxWarnings to be raised. This PR addresses these issues by fixing the escape sequences.

The changes made are:

  1. In line 161, the escape sequence \ has been replaced with \\.
  2. In line 162, the escape sequence \ has been replaced with \\.
  3. In line 164, the escape sequence \ has been replaced with \\.
  4. In line 166, the escape sequence \ has been replaced with \\.

These changes should resolve the SyntaxWarnings and make the script more readable and maintainable.

Repository owner deleted a comment from anuragdudhe170-hue Dec 13, 2025
@Mebus
Copy link
Owner

Mebus commented Dec 26, 2025

Thanks! But this has already been resolved by #125 :-)

@Mebus Mebus closed this Dec 26, 2025
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 this pull request may close these issues.

2 participants