You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/qualcomm/util_scripts/cli.py
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ def execute(args):
305
305
)
306
306
try:
307
307
input_order_func=program.load_method(INPUT_ORDER)
308
-
except:
308
+
exceptException:
309
309
logger.error(
310
310
"Missing INPUT_ORDER in the .pte. The CLI execute command only supports .pte files generated by the CLI compile command, which preserves the input order."
0 commit comments