Closed jfhovinne closed 8 years ago
In the FileSystemBackend create function, mkdir should be recursive so it can create the whole path if some directories do not exist (as in mkdir -p).
PR will follow.
Thanks, merged in!
In the FileSystemBackend create function, mkdir should be recursive so it can create the whole path if some directories do not exist (as in mkdir -p).
PR will follow.