[snmpd]: Fix typo in is_platform_arista (#1634)
This commit is contained in:
parent
f403c1be04
commit
509e1c4749
@ -238,7 +238,7 @@ def is_platform_arista():
|
|||||||
|
|
||||||
if proc.returncode != 0:
|
if proc.returncode != 0:
|
||||||
log_error("Failed to retrieve platform string")
|
log_error("Failed to retrieve platform string")
|
||||||
return false
|
return False
|
||||||
|
|
||||||
return "arista" in stdout
|
return "arista" in stdout
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user