Skip to content

Commit

Permalink
ocp cli missed
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Oct 4, 2024
1 parent c015d02 commit 0a972a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/krkn_lib/telemetry/ocp/krkn_telemetry_openshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def put_ocp_logs(
self.safe_logger.info("ocp logs successfully uploaded")

def get_vm_number(self) -> int:
api_client = self.ocpcli.api_client
api_client = self.__ocpcli.api_client
if api_client:
try:
path_params: dict[str, str] = {}
Expand Down

0 comments on commit 0a972a5

Please sign in to comment.