##// END OF EJS Templates
Make ProcessHandler.sh a property
Thomas Kluyver -
Show More
@@ -56,6 +56,7 b' class ProcessHandler(object):'
56 # Shell to call for subprocesses to execute
56 # Shell to call for subprocesses to execute
57 _sh = None
57 _sh = None
58
58
59 @property
59 def sh(self):
60 def sh(self):
60 if self._sh is None:
61 if self._sh is None:
61 self._sh = pexpect.which('sh')
62 self._sh = pexpect.which('sh')
General Comments 0
You need to be logged in to leave comments. Login now