Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit ada611a

Browse files
committed
Fixed a typo in pox_client
1 parent 7927048 commit ada611a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

of_client/pox_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def send_to_switch(self,packet):
268268
## HANDLE PACKETS SEND ON LINKS THAT HAVE TIMED OUT
269269
try:
270270
self.switches[switch]['connection'].send(msg)
271-
except Runtimerror, e:
271+
except RuntimeError, e:
272272
print "ERROR:send_to_switch: %s to switch %d" % (str(e),switch)
273273
# TODO - ATTEMPT TO RECONNECT SOCKET
274274
except KeyError, e:

0 commit comments

Comments
 (0)