Skip to content

Remove assumptions on result of directory operations

Created by: davecromberge

I made a mistake in my previous patch by adding these matches to the result of the directory operations, as they do not hold. For instance, if a directory already exists, constructing an mstore will fail.

Merge request reports