kz26 / PyExcelerate

Accelerated Excel XLSX Writing Library for Python 2/3
https://pypi.org/project/PyExcelerate/
BSD 2-Clause "Simplified" License
521 stars 60 forks source link

Use raw string notation for regex to fix PyInstaller warning #244

Closed trivedihoney closed 1 month ago

trivedihoney commented 1 month ago

This commit updates the use of string literals in regular expressions by applying raw string notation (r"text")

kevmo314 commented 1 month ago

Thank you!