Closed astrochun closed 3 years ago
The dir_date uses os.mkdir. Let's change this to os.makedirs for better support
dir_date
os.makedirs
This can be implemented in a hotfix
The
dir_date
uses os.mkdir. Let's change this toos.makedirs
for better supportThis can be implemented in a hotfix