This repository has been archived on 2023-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-asset-manager/bam/blend
Sybren A. Stüvel 94253975ca Cleaner way to use os.makedirs()
It's not necessary to do an os.path.exists(dst_dir) check before calling
os.makedirs(), the exist_ok=True parameter is meant for this common
pattern.
2017-01-17 17:01:37 +01:00
..
2016-01-13 02:38:59 +11:00
2014-12-20 01:59:07 +01:00
2016-09-15 14:35:53 +02:00