we could default to $HOME when the directory does not exist

self.cwd = cwd or os.getcwd();
if not os.path.exists(self.cwd) or not os.path.isdir(self.cwd):
  self.cwd = os.path.expanduser("~")

pushed rev 224 to trunk

-- 
terminator will cd to a non-existent directory upon split
https://bugs.launchpad.net/bugs/208319
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to