Skip to content

Commit 68a4355

Browse files
committed
rm
1 parent 73ba728 commit 68a4355

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

asyncsnmplib/protocol.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ async def send(self, pkg):
120120
res = await self._send(pkg, timeout)
121121
except exceptions.SnmpTimeoutError:
122122
pass
123-
except Exception as e:
124-
raise e
125123
else:
126124
break
127125
else:

asyncsnmplib/v3/protocol.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ async def send_encrypted(self, pkg, auth_proto, auth_key, priv_proto,
108108
pkg, auth_proto, auth_key, priv_proto, priv_key, timeout)
109109
except SnmpTimeoutError:
110110
pass
111-
except Exception as e:
112-
raise e
113111
else:
114112
break
115113
else:

0 commit comments

Comments
 (0)