redhat-performance / benchmark-runner

Containerized Python based Framework for running and visualizing benchmark workloads on any Kubernetes/ OpenShift and runtime kinds pods, kata containers and kubevirt virtual machines simply and safely
Apache License 2.0
20 stars 19 forks source link

Fix format issue #848

Closed ebattat closed 5 months ago

ebattat commented 5 months ago

Type of change

Note: Fill x in []

Description

Fix the following SyntaxWarning:

/Users/ebattat/PycharmProjects/benchmark-runner/benchmark_runner/common/clouds/BareMetal/bare_metal_operations.py:180: SyntaxWarning: invalid escape sequence '/'
value=f'quay.io/openshift-release-dev/ocp-release:{self._install_ocp_version}-x86_64')

For security reasons, all pull requests need to be approved first before running any automated CI