blambright / qstylizer

Qt stylesheet generation utility for PyQt/PySide
MIT License
57 stars 8 forks source link

DeprecationWarning: invalid escape sequence \* #12

Closed ArchangeGabriel closed 3 years ago

ArchangeGabriel commented 3 years ago

Happens while running the test suite:

build/lib/qstylizer/style.py:68
  /build/python-qstylizer/src/qstylizer-0.2.0/build/lib/qstylizer/style.py:68: DeprecationWarning: invalid escape sequence \*
    _split_regex = "\*|\[[A-Za-z0-9='\"]+\]|\W*\w*"
blambright commented 3 years ago

Pushed up a fix to master. will release sometime soon