project-generator / project_generator

Project generators for various embedded tools (IDE). IAR, uVision, Makefile, CoIDE, Eclipse and many more in the roadmap!
Apache License 2.0
272 stars 95 forks source link

Use raw strings in re.match #510

Closed knowledgejunkie closed 9 months ago

knowledgejunkie commented 9 months ago

Python versions >= 3.6 generate SyntaxWarnings due to invalid escape sequences in non-raw strings

0xc0170 commented 9 months ago

I would like to get the other two merged PRs here to do the retest, can you rebase?

The changes looks good to me.

0xc0170 commented 9 months ago

I'll merge this as it is now.