robotframework-datadriver icon indicating copy to clipboard operation
robotframework-datadriver copied to clipboard

DataDriver docstring gives SyntaxWarning: invalid escape sequence '\*'

Open kimfaint opened this issue 7 months ago • 0 comments

I get the following warning when using with python 3.13:

/home/dude/.venv/lib/python3.13/site-packages/DataDriver/DataDriver.py:276: SyntaxWarning: invalid escape sequence '\*'
  \*.robot file). If the keyword which is used as ``Test Template`` is

kimfaint avatar May 26 '25 05:05 kimfaint