Oops. I thought I fixed this in a7b39b6 for #277 but you'll notice that I only did this for submission files (provided by the student). I assumed that problem files (provided by Exercism/track maintainers) would not have directory structure. That's an incorrect assumption for many languages (try Rust).
Gonna want to stick a MkdirAll before a7b39b6#diff-4fc1b2c284654d61761889d6fbe51c24L42 to fix that, I suppose.
Oops. I thought I fixed this in a7b39b6 for #277 but you'll notice that I only did this for submission files (provided by the student). I assumed that problem files (provided by Exercism/track maintainers) would not have directory structure. That's an incorrect assumption for many languages (try Rust).
Gonna want to stick a
MkdirAllbefore a7b39b6#diff-4fc1b2c284654d61761889d6fbe51c24L42 to fix that, I suppose.