Fixed whitespace

This commit is contained in:
TheNetworkGuy 2024-10-30 13:51:30 +01:00
parent 7bf72de0f9
commit d598a9739a

View File

@ -189,13 +189,13 @@ def main(arguments):
# Check if device is primary or secondary
if device.promoteMasterDevice():
e = (f"Device {device.name}: is "
f"part of cluster and primary.")
f"part of cluster and primary.")
logger.info(e)
else:
# Device is secondary in cluster.
# Don't continue with this device.
e = (f"Device {device.name}: is part of cluster "
f"but not primary. Skipping this host...")
f"but not primary. Skipping this host...")
logger.info(e)
continue
# Checks if device is in cleanup state