diff --git a/brownie/project/compiler/vyper.py b/brownie/project/compiler/vyper.py index 2107ef3f9..77b2e50d5 100644 --- a/brownie/project/compiler/vyper.py +++ b/brownie/project/compiler/vyper.py @@ -243,7 +243,8 @@ def compile_from_input_json( if version == Version(vyper.__version__): #if False: if allow_paths is not None: - raise NotImplementedError(allow_paths) + pass + #raise NotImplementedError(allow_paths) try: return vyper_json.compile_json(input_json) except VyperException as exc: