Searched refs:old_cwd (Results 1 – 5 of 5) sorted by relevance
112 old_cwd = Path.cwd() variable206 path_strings = map(lambda f: str(f.relative_to(old_cwd)), results)
191 old_cwd = os.getcwd()200 os.chdir(old_cwd)
79 self.old_cwd = os.getcwd()86 os.chdir(self.old_cwd)
57 self.old_cwd = os.getcwd()63 os.chdir(self.old_cwd)
1821 old_cwd = os.getcwd()1826 os.chdir(old_cwd)