Searched refs:clean_dir (Results 1 – 2 of 2) sorted by relevance
101 def git_clean(clean_dir=os.getcwd()): argument103 with subprocess.Popen(cmds, cwd=clean_dir) as proc:
283 def git_clean(clean_dir=os.getcwd()): argument285 with subprocess.Popen(cmds, cwd=clean_dir) as proc: