Searched refs:always_try_to_create (Results 1 – 2 of 2) sorted by relevance
8 def EnsureDirectoryExists(path, always_try_to_create=False): argument12 if not os.path.exists(path) or always_try_to_create:
52 fileutil.EnsureDirectoryExists(full, always_try_to_create=True)