We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe0c5e commit ffa0405Copy full SHA for ffa0405
examples/standalone/snmp-eaton-ups/script.py
@@ -124,7 +124,7 @@ async def snmp_get(self, oid):
124
self.transport_target,
125
oid,
126
)
127
- (error_indication, error_status, error_index, var_binds) = result
+ error_indication, error_status, error_index, var_binds = result
128
129
if error_indication:
130
await self.log.error(f"error indication: {error_indication}")
0 commit comments