ConfettiFX / The-Forge

The Forge Cross-Platform Rendering Framework PC Windows, Steamdeck (native), Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2
Apache License 2.0
4.75k stars 497 forks source link

Python regex warnings #298

Closed helviett closed 7 months ago

helviett commented 8 months ago

You have to either escape string properly or use regex string literal (prepend string literal with r). Here is patch: regex_fix.patch

wolfgangfengel commented 7 months ago

I hope this problem is fixed with the latest release. Can you confirm?

helviett commented 7 months ago

Yes, no more warnings.