Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.
This repository was archived by the owner on Sep 1, 2026. It is now read-only.

SyntaxWarning: invalid escape sequence '\*' #434

Description

@nikstuckenbrock

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions