Skip to content
Snippets Groups Projects
Commit 2311a665 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(telnet.close): Extend the close method instead of overriding it.

parent 5f3a7f7e
No related branches found
No related tags found
No related merge requests found
......@@ -22,5 +22,6 @@ class telnet(pcl_expect.expectable):
self.telnet.write(s)
def close(self):
pcl_expect.expectable.close(self)
self.telnet.close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment