Make get_cwd love debugging
This commit is contained in:
parent
9c60a60484
commit
5927ddc51a
|
@ -394,7 +394,9 @@ text/plain
|
||||||
""" Return the current working directory of the subprocess.
|
""" Return the current working directory of the subprocess.
|
||||||
This function requires OS specific behaviours
|
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):
|
def reconfigure_vte (self):
|
||||||
# Set our emulation
|
# Set our emulation
|
||||||
|
|
Loading…
Reference in New Issue