diff --git a/brownie/project/compiler/vyper.py b/brownie/project/compiler/vyper.py index f75989d99..c774e5c17 100644 --- a/brownie/project/compiler/vyper.py +++ b/brownie/project/compiler/vyper.py @@ -242,7 +242,7 @@ def compile_from_input_json( outputs.remove("devdoc") if version == Version(vyper.__version__): try: - return vyper_json.compile_json(input_json) + return vyper_json.compile_json(input_json, root_path=allow_paths) except VyperException as exc: raise exc.with_traceback(None) else: