solidity-flattener icon indicating copy to clipboard operation
solidity-flattener copied to clipboard

File outside of allowed directories

Open xlab opened this issue 5 years ago • 0 comments

Getting this error:

Error: Source "util/Ownable.sol" not found: File outside of allowed directories.
import "../util/Ownable.sol";

Usually can be solved with solc using:

--allow-paths `pwd`/util

But how about your tool?

xlab avatar Jun 14 '19 05:06 xlab