Hi,
I pointed some warnings on Python 3.13, with Ftrack API 3.1.0.
[Python] "[^\w\.-]", self.illegal_character_substitute, value.decode("utf-8")
[Python] Lib\site-packages\ftrack_api\plugin.py:35: SyntaxWarning: invalid escape sequence '\*'
[Python] *positional_arguments* and *keyword_arguments* as \*args and \*\*kwargs
[Python] Lib\site-packages\ftrack_api\structure\standard.py:133: SyntaxWarning: invalid escape sequence '\w'
A r needs to be added at the start of the docstring :
r"""Find and load plugins in search *paths*.
And on the regex :
Have a good day.
Hi,
I pointed some warnings on Python 3.13, with Ftrack API
3.1.0.A
rneeds to be added at the start of the docstring :And on the regex :
Have a good day.