Searched refs:exist_ok (Results 1 – 8 of 8) sorted by relevance
45 def makedirs(path, exist_ok): argument46 if exist_ok and os.path.exists(path):
55 makedirs(cls.test_dir, exist_ok=True)
58 out_dir.mkdir(parents=True, exist_ok=True)
38 os.makedirs(os.path.dirname(output_path), exist_ok=True)
27 os.makedirs(dump_dir, exist_ok=True)
93 os.makedirs(os.path.dirname(reference_dump_path), exist_ok=True)
311 os.makedirs(os.path.dirname(WINSCOPE_TOKEN_LOCATION), exist_ok=True)
1117 os.makedirs('out', exist_ok=True)