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