Skip to content

diasvg_import: resolve SyntaxWarning

Chris Mayo requested to merge chrism/dia:rpathvalue into master
python/diasvg_import.py:49: SyntaxWarning: invalid escape sequence '\s'
  rPathValue = re.compile("[\s,]+") # values

Not sure how to test this, but it does stop the above warning being output to the terminal when using Python 3.12.

Merge request reports