wkcn / MobulaOP

A Simple & Flexible Cross Framework Operators Toolkit
MIT License
164 stars 21 forks source link

enable exist_ok for os.makedirs #82

Closed wkcn closed 4 years ago

wkcn commented 4 years ago

Enable exist_ok for os.makedirs. It will avoid some conflict when using multi-thread or multi-process.