Searched refs:exist_ok (Results 1 – 6 of 6) 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)
39 os.makedirs(os.path.dirname(output_path), exist_ok=True)
27 os.makedirs(dump_dir, exist_ok=True)
69 os.makedirs(os.path.dirname(reference_dump_path), exist_ok=True)
40 def makedirs(path, exist_ok): argument41 if exist_ok and os.path.isdir(path):3234 makedirs(os.path.dirname(out), exist_ok=True)3674 makedirs(args.output, exist_ok=True)4221 makedirs(args.output, exist_ok=True)