Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed May 15, 2024
1 parent 685e45c commit a43d2e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vyper/compiler/input_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a43d2e8

Please sign in to comment.