Skip to content

Commit

Permalink
fixed linting, lintrunner -a didnt capture
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonglin Peng committed Oct 8, 2024
1 parent 42cfc00 commit ba5cd57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backends/cadence/runtime/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ def __init__(
working_dir: str = "",
):
self.working_dir = working_dir
self.executor_builder = (
"./backends/cadence/build_cadence_runner.sh"
)
self.executor_builder = "./backends/cadence/build_cadence_runner.sh
self.execute_runner = "./cmake-out/backends/cadence/cadence_runner"
self.bundled_program_path: str = "CadenceDemoModel.bpte"

Expand Down

0 comments on commit ba5cd57

Please sign in to comment.