summaryrefslogtreecommitdiff
path: root/examples/hlapi/asyncore/manager/cmdgen/pull-whole-mib.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hlapi/asyncore/manager/cmdgen/pull-whole-mib.py')
-rw-r--r--examples/hlapi/asyncore/manager/cmdgen/pull-whole-mib.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/hlapi/asyncore/manager/cmdgen/pull-whole-mib.py b/examples/hlapi/asyncore/manager/cmdgen/pull-whole-mib.py
index c29c3559..8d9ff19e 100644
--- a/examples/hlapi/asyncore/manager/cmdgen/pull-whole-mib.py
+++ b/examples/hlapi/asyncore/manager/cmdgen/pull-whole-mib.py
@@ -25,7 +25,8 @@ def cbFun(snmpEngine, sendRequestHandle, errorIndication,
print(errorIndication)
return
elif errorStatus:
- print('%s at %s' % (errorStatus.prettyPrint(), errorIndex and varBindTable[-1][int(errorIndex) - 1][0] or '?'))
+ print('%s at %s' % (errorStatus.prettyPrint(),
+ errorIndex and varBindTable[-1][int(errorIndex) - 1][0] or '?'))
return
else:
for varBindRow in varBindTable: