DMTF / Redfish-Tacklebox

Python based utilities for performing common management operations with Redfish
Other
52 stars 25 forks source link

rf_discover: fix regex string #135

Closed serge-s closed 10 months ago

serge-s commented 10 months ago

Fixes this warning:

./scripts/rf_discover.py -h
./scripts/rf_discover.py:38: SyntaxWarning: invalid escape sequence '\/'
  groups = re.search( "^(.+)\/redfish\/v1\/?$", services[service] )
usage: rf_discover.py [-h]

Signed-off-by: ss kotbegemoth@gmail.com

mraineri commented 10 months ago

Looks good; should be formally approved and merged on Friday

mraineri commented 10 months ago

Approved 1/19