Corrected more linting errors

This commit is contained in:
Raymond Kuiper 2024-03-27 16:26:15 +01:00
parent fbb9eeb48c
commit ab2a341fa7

View File

@ -415,8 +415,8 @@ class NetworkDevice():
self.inventory[zbx_inv_field] = "" self.inventory[zbx_inv_field] = ""
else: else:
# Value is not a string or numeral, probably not what the user expected. # Value is not a string or numeral, probably not what the user expected.
logger.error(f"Inventory lookup for '{nb_inv_field}' returned an unexpected type: " logger.error(f"Inventory lookup for '{nb_inv_field}' returned"
f"it will be skipped.") f" an unexpected type: it will be skipped.")
return True return True
def isCluster(self): def isCluster(self):