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

Fix - Directory Creation issue #3

Closed stephenhensley closed 4 years ago

stephenhensley commented 4 years ago

create dir before hvcc tries and fails. Think this has to do with the fact that we're calling hvcc from os.command. This seems to fix the issue without sudo on my end, but I only tested on windows and debian (via WSL).