mirror of https://github.com/mamba-org/mamba.git
add ensure dir
This commit is contained in:
parent
2589052338
commit
9b7be4a47a
|
@ -19,6 +19,8 @@ def ensure_dir(file_path):
|
|||
if not os.path.exists(directory):
|
||||
os.makedirs(directory)
|
||||
|
||||
ensure_dir("./__cache__/")
|
||||
|
||||
def download(args):
|
||||
channel, url, idx = args
|
||||
print("Checking: ", args)
|
||||
|
|
Loading…
Reference in New Issue