Skip to content

Fix invalid escape sequence '\i' on Windows#39

Open
CatMe0w wants to merge 2 commits intothomas0809:mainfrom
CatMe0w:main
Open

Fix invalid escape sequence '\i' on Windows#39
CatMe0w wants to merge 2 commits intothomas0809:mainfrom
CatMe0w:main

Conversation

@CatMe0w
Copy link

@CatMe0w CatMe0w commented Aug 14, 2025

Fixes such errors on Windows:

C:\******\MolScribe\molscribe\indigo\renderer.py:36: SyntaxWarning: invalid escape sequence '\i'
  self._lib = CDLL(indigo.dllpath + "\indigo-renderer.dll")
C:\******\MolScribe\molscribe\constants.py:120: SyntaxWarning: invalid escape sequence '\('
  '(' + '|'.join(list(ABBREVIATIONS.keys())) + '|R[0-9]*|[A-Z][a-z]+|[A-Z]|[0-9]+|\(|\))')

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