Skip to content

Fix python warnings due to backslash in regex strings#2

Open
markeel wants to merge 1 commit intodenilson-melo:masterfrom
markeel:master
Open

Fix python warnings due to backslash in regex strings#2
markeel wants to merge 1 commit intodenilson-melo:masterfrom
markeel:master

Conversation

@markeel
Copy link
Copy Markdown

@markeel markeel commented Jan 2, 2025

Current versions of python spew warnings when bringing up a gdscript file in vim.

By using the raw (r"") syntax it is telling python that we aren't trying to escape the s character or anything like that and gets rid of the warnings.

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.

1 participant