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:
parent
b471a4a90d
commit
3c42ec730d
8 changed files with 19 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue