From ea100e7e9c4a7408fe97479e981c7933fd55674b Mon Sep 17 00:00:00 2001 From: jathu Date: Fri, 21 Mar 2025 10:28:37 -0700 Subject: [PATCH] fix lint --- examples/qualcomm/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/qualcomm/utils.py b/examples/qualcomm/utils.py index f14e2887e04..00e03afaedc 100755 --- a/examples/qualcomm/utils.py +++ b/examples/qualcomm/utils.py @@ -205,7 +205,7 @@ def execute(self, custom_runner_cmd=None, method_index=0): qnn_executor_runner_cmds = " ".join( [ f"cd {self.workspace} &&", - f"chmod +x ./qnn_executor_runner &&", + "chmod +x ./qnn_executor_runner &&", f"./qnn_executor_runner {qnn_executor_runner_args}", ] )