Skip to content

Commit 18cde48

Browse files
committed
fix openroad_distributed
Signed-off-by: Jack Luar <[email protected]>
1 parent 6b6a8be commit 18cde48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/AutoTuner/src/autotuner/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ def openroad_distributed(
629629
args,
630630
repo_dir,
631631
config,
632-
path,
633632
sdc_original,
634633
fr_original,
635634
install_path,
@@ -653,7 +652,6 @@ def openroad_distributed(
653652
base_dir=repo_dir,
654653
parameters=config,
655654
flow_variant=f"{uuid()}-{variant}",
656-
path=path,
657655
install_path=install_path,
658656
)
659657
duration = time() - t

0 commit comments

Comments
 (0)