Commit 668ae2ddf854e509dca6e76772b64c9876c1d717

Russell Belfer 2014-08-22T10:05:09

Allow mkdir helper to skip parent errors Our mkdir helper was failing is a parent directory was not accessible even if the child directory could be created. This changes the helper to keep trying child directories even when the parent is unwritable.