pass code check

This commit is contained in:
Bob Lantz
2018-08-23 13:06:16 -07:00
parent c639f342e5
commit 1969669f51
+1
View File
@@ -107,6 +107,7 @@ class Node( object ):
self.readbuf = ''
# Start command interpreter shell
self.master, self.slave = None, None # pylint
self.startShell()
self.mountPrivateDirs()