exercism / gui

MIT License
22 stars 13 forks source link

fetch fails if files contain nested folders #29

Closed holandes22 closed 8 years ago

holandes22 commented 8 years ago

For example, when fetching http://exercism.io/exercises/c/leap

we get the error ENOENT: no such file or directory, open '/home/pablo/exercism/c/leap/test/vendor/unity_internals.h'

So we need to create folders recursively.

This might break the logic in submit where the problem is obtained from the path as the format might vary