fix: build cmd
This commit is contained in:
@@ -46,7 +46,7 @@ class AdapterContractBuilder:
|
|||||||
try:
|
try:
|
||||||
# Running the bash script with the provided arguments
|
# Running the bash script with the provided arguments
|
||||||
result = subprocess.run(
|
result = subprocess.run(
|
||||||
[script_path, "-c", adapter_contract, "-s", signature, "-a", args],
|
cmd,
|
||||||
cwd=self.src_path,
|
cwd=self.src_path,
|
||||||
capture_output=True,
|
capture_output=True,
|
||||||
text=True,
|
text=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user