ecmwf / climetlab

Python package for easy access to weather and climate data
Apache License 2.0
374 stars 58 forks source link

Recursive directory creation function (mkdir -p like) #4

Closed pmaciel closed 4 years ago

pmaciel commented 4 years ago

os.makedirs is what is intended here, rather than os.mkdir (I believe): https://docs.python.org/3/library/os.html?highlight=exist_ok#os.makedirs

FussyDuck commented 4 years ago

CLA assistant check
All committers have signed the CLA.