electro-smith / pd2dsy

Utility for converting Pure Data (Vanilla) patches to Daisy projects.
GNU General Public License v3.0
77 stars 11 forks source link

`dirs_exist_ok` kwarg breaks on older python installations #25

Open CorvusPrudens opened 2 years ago

CorvusPrudens commented 2 years ago

As in shutil.copytree(os.path.join(output, 'daisy'), output, dirs_exist_ok=True). This breaks on version 3.7.3.