We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0bc8f commit bc69c9eCopy full SHA for bc69c9e
crytic_compile/platform/vyper.py
@@ -78,7 +78,7 @@ def compile(self, crytic_compile: "CryticCompile", **kwargs: str) -> None:
78
79
compiler_version = compilation_artifacts["compiler"].split("-")[1]
80
if compiler_version != "0.3.7":
81
- logging.info("Vyper != 0.3.7 support is a best effort and might fail")
+ LOGGER.info("Vyper != 0.3.7 support is a best effort and might fail")
82
compilation_unit.compiler_version = CompilerVersion(
83
compiler="vyper", version=compiler_version, optimized=False
84
)
0 commit comments