Skip to content

Commit

Permalink
Fix Tox failure
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Feb 5, 2024
1 parent f77cf6e commit f05a954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ocs_ci/utility/ibmcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ def attach_volume(self, volume, node):
out = json.loads(out)

if len(out["volume_attachments"]) == 0:

logger.info(f"attachment command output: {out}")
cmd = f"ibmcloud is instance-volume-attachment-add data-vol-name {node[0].name} {volume} --output json"
out = run_ibmcloud_cmd(cmd)
Expand Down

0 comments on commit f05a954

Please sign in to comment.