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 28bc0eb commit 685e45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/compiler/input_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def load_file(self, path: PathLike | str) -> CompilerInput:
formatted_search_paths = "\n".join([" " + str(p) for p in tried])
raise FileNotFoundError(
f"could not find {path} in any of the following locations:\n"
f"{formatted_search_paths}"
f"{formatted_search_paths}\n\n{self.search_paths}"
)

# try to parse from json, so that return types are consistent
Expand Down

0 comments on commit 685e45c

Please sign in to comment.