moodlehq / moodle-mlbackend-python

Moodle machine learning backend
GNU General Public License v3.0
18 stars 19 forks source link

Better use of os makdirs #20

Closed douglasbagnall closed 4 years ago

douglasbagnall commented 4 years ago

This replaces #16, which accidentally used the wrong branch.

The replaced code is trying to implement logic that is already there in os.makedirs, and does not work as a result.

stronk7 commented 4 years ago

Thanks @douglasbagnall , note that I'll be tagging and releasing 2.4.0 soon, once #19 is checked and merged. It will, now, include this.