Skip to content

Commit 922a508

Browse files
authored
Fix lint violation from #9073 (#9496)
### Summary Main is failing lint tests introduced in #9073. ### Test plan ``` $ lintrunner -a ```
1 parent 2c3fd71 commit 922a508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/qualcomm/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def execute(self, custom_runner_cmd=None, method_index=0):
205205
qnn_executor_runner_cmds = " ".join(
206206
[
207207
f"cd {self.workspace} &&",
208-
f"chmod +x ./qnn_executor_runner &&",
208+
"chmod +x ./qnn_executor_runner &&",
209209
f"./qnn_executor_runner {qnn_executor_runner_args}",
210210
]
211211
)

0 commit comments

Comments
 (0)