From 5927ddc51aa9591a396faac7b24f9d02d7aac76c Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 22 May 2008 19:50:25 +0100 Subject: [PATCH] Make get_cwd love debugging --- terminator | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/terminator b/terminator index e7588262..4cfac96b 100755 --- a/terminator +++ b/terminator @@ -394,7 +394,9 @@ text/plain """ Return the current working directory of the subprocess. This function requires OS specific behaviours """ - return (pid_get_cwd(self._pid)) + cwd = pid_get_cwd (self._pid) + dbg ('get_cwd found: %s'%cwd) + return (cwd) def reconfigure_vte (self): # Set our emulation