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

Fix warnings about invalid escape sequences #180

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

J-M0
Copy link
Contributor

@J-M0 J-M0 commented Jun 14, 2024

Description

On Python 3.12, litecli triggers several SyntaxWarnings about invalid escape sequences. On previous versions of Python, this was simply a DeprecationWarning and could only be seen with -Wall.

Checklist

  • I've added this contribution to the CHANGELOG.md file.

@J-M0 J-M0 force-pushed the invalid_escape_sequences branch from e13cdd3 to 13de27d Compare June 14, 2024 18:28
@J-M0 J-M0 changed the title Fix warning about invalid escape sequences Fix warnings about invalid escape sequences Jun 14, 2024
@amjith
Copy link
Member

amjith commented Jun 15, 2024

Thank you!

@amjith amjith merged commit 0a62fb2 into dbcli:main Jun 15, 2024
7 checks passed
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