Skip to content

Commit

Permalink
docs: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jun 6, 2024
1 parent 06bef68 commit 838067a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_solidity/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ def _import_str_to_source_id(

import_str_parts = import_str_value.split(sep)
if base_path is None and ".cache" in import_str_parts:
# No base_path, do as-is. First, check if the `contracts/` folder is missing,
# No base_path. First, check if the `contracts/` folder is missing,
# which is the case when compiling older Ape projects and some Foundry
# projects as well.
cache_index = import_str_parts.index(".cache")
Expand Down

0 comments on commit 838067a

Please sign in to comment.