Closed pmaciel closed 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
All committers have signed the CLA.
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