From b3ed4e3bc266dcc597f870b69bfefc1e5740a29a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Apr 2018 09:16:10 +0530 Subject: [PATCH] ... --- kitty/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/window.py b/kitty/window.py index f07110365..9b2ba33eb 100644 --- a/kitty/window.py +++ b/kitty/window.py @@ -333,7 +333,7 @@ class Window: @property def cwd_of_child(self): # TODO: Maybe use the cwd of the leader of the foreground process - # group? + # group in the session of the child process? pid = self.child.pid if pid is not None: return cwd_of_process(pid) or None