DMTF / Redfish-Service-Validator

The Redfish Service Validator is a Python3 tool for checking conformance of any "device" with a Redfish service interface against Redfish CSDL schema
Other
37 stars 33 forks source link

Fix syntax warnings with Python 3.12 #571

Closed inguin closed 5 months ago

inguin commented 5 months ago

Python 3.12 introduced a SyntaxWarning for invalid escape sequences in string literals. Use raw string literals where strings with backslash characters are required.

mraineri commented 5 months ago

Approved 1/19