Skip to content

Commit

Permalink
Pass base_path when compiling from source
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Sep 10, 2024
1 parent 23672f0 commit 74069d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vvm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def compile_source(
vyper_binary=vyper_binary,
vyper_version=vyper_version,
source_files=[source_path],
base_path=base_path,
base_path=base_path or Path(source_path).parent,
evm_version=evm_version,
)

Expand Down

0 comments on commit 74069d4

Please sign in to comment.