Describe the bug
When using the SDK a warning is printed to the console regarding in invalid escape sequence. When searching the source code there are several invalid escape sequences in doc strings. Please fix those.
Reproduction steps
- Use the vcenter_client.py
Expected behavior
No warning when using the library.
Additional context
app | /app/.venv/lib/python3.12/site-packages/com/vmware/vcenter_client.py:2237: SyntaxWarning: invalid escape sequence '\*'
app | """
app | /app/.venv/lib/python3.12/site-packages/com/vmware/vcenter_client.py:2244: SyntaxWarning: invalid escape sequence '\*'
app | """
app | /app/.venv/lib/python3.12/site-packages/com/vmware/vcenter_client.py:2251: SyntaxWarning: invalid escape sequence '\*'
app | """
com.vmware.vcenter.vcenter_client module
- Line 2237
- Line 2244
- Line 2251
Describe the bug
When using the SDK a warning is printed to the console regarding in invalid escape sequence. When searching the source code there are several invalid escape sequences in doc strings. Please fix those.
Reproduction steps
Expected behavior
No warning when using the library.
Additional context
com.vmware.vcenter.vcenter_clientmodule