1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-04 19:26:58 +00:00

remove extraneous whitespaces (#11029)

* remove extraneous whitespaces

* ruff format

* add changelog frag
This commit is contained in:
Alexei Znamensky 2025-11-06 10:27:33 +13:00 committed by GitHub
parent b471a4a90d
commit 3c42ec730d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 19 additions and 14 deletions

View file

@ -452,7 +452,7 @@ class RHEVConn:
else:
attempt += 1
time.sleep(2)
setMsg(f"The disk {diskname} is ready.")
setMsg(f"The disk {diskname} is ready.")
except Exception as e:
setFailed()
setMsg(f"Error getting the state of {diskname}.")
@ -488,7 +488,7 @@ class RHEVConn:
else:
attempt += 1
time.sleep(2)
setMsg(f"The iface {nicname} is ready.")
setMsg(f"The iface {nicname} is ready.")
except Exception as e:
setFailed()
setMsg(f"Error getting the state of {nicname}.")
@ -739,7 +739,7 @@ class RHEVConn:
),
)
except Exception as e:
setMsg(f"Failed to create the bond for {iface['name']}")
setMsg(f"Failed to create the bond for {iface['name']}")
setFailed()
setMsg(str(e))
return False