Home | History | Annotate | Download | only in scripts

Lines Matching refs:cwd

1050     cwd = os.path.normpath(os.getcwd())
1051 assert cwd.startswith(self.repo_dir)
1052 self.subdir = cwd[len(self.repo_dir):].lstrip(r"\/")