Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxWarning: invalid escape sequence '\*' #434

Open
nikstuckenbrock opened this issue Jan 7, 2025 · 0 comments
Open

SyntaxWarning: invalid escape sequence '\*' #434

nikstuckenbrock opened this issue Jan 7, 2025 · 0 comments
Labels

Comments

@nikstuckenbrock
Copy link

nikstuckenbrock commented Jan 7, 2025

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

  1. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant