From a43d2e8da99b8ef55abcf2275d6ae54fdae42caa Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Tue, 14 May 2024 22:03:40 -0400 Subject: [PATCH] debug --- vyper/compiler/input_bundle.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vyper/compiler/input_bundle.py b/vyper/compiler/input_bundle.py index adc5695ff2..d513dc9c7d 100644 --- a/vyper/compiler/input_bundle.py +++ b/vyper/compiler/input_bundle.py @@ -212,6 +212,8 @@ def __init__(self, input_json, search_paths): assert path not in self.input_json self.input_json[path] = item + print("ENTER", self.input_json) + def _normalize_path(self, path: PurePath) -> PurePath: return _normpath(path)