Resolves issue 126.

This commit is contained in:
Griatch 2011-02-05 12:17:13 +00:00
parent bf606db05d
commit 19538ff00b

View file

@ -153,4 +153,4 @@ class TelnetProtocol(StatefulTelnetProtocol, session.Session):
except Exception, e: except Exception, e:
err = str(e) err = str(e)
continue continue
self.execute_cmd(self, string) self.execute_cmd(string)