mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -06:00
Corrected more linting errors
This commit is contained in:
parent
fbb9eeb48c
commit
ab2a341fa7
@ -415,8 +415,8 @@ class NetworkDevice():
|
||||
self.inventory[zbx_inv_field] = ""
|
||||
else:
|
||||
# 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: "
|
||||
f"it will be skipped.")
|
||||
logger.error(f"Inventory lookup for '{nb_inv_field}' returned"
|
||||
f" an unexpected type: it will be skipped.")
|
||||
return True
|
||||
|
||||
def isCluster(self):
|
||||
|
Loading…
Reference in New Issue
Block a user