Skip to content

Commit

Permalink
Fix contract report: twiggy dependency is managed by "deps rust".
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Apr 8, 2024
1 parent 100a57d commit 550be45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def run_twiggy_paths(wasm_path: Path) -> Path:
rust = dependencies.get_module_by_key("rust")
debug_wasm_path = _get_debug_wasm_path(wasm_path)

dependencies.install_module("twiggy")
twiggy_paths_args = ["twiggy", "paths", str(debug_wasm_path)]
output = myprocess.run_process(twiggy_paths_args, env=rust.get_env(), cwd=debug_wasm_path.parent, dump_to_stdout=False)

Expand Down

0 comments on commit 550be45

Please sign in to comment.