From 0e606e556d3ff16cfc6c92c5ade66efe8329ad9a Mon Sep 17 00:00:00 2001 From: sunyiming Date: Tue, 5 Mar 2024 09:21:43 +0000 Subject: [PATCH] update debug/accuracy_tools/ptdbg_ascend/src/python/ptdbg_ascend/debugger/debugger_config.py. Signed-off-by: sunyiming --- .../src/python/ptdbg_ascend/debugger/debugger_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/accuracy_tools/ptdbg_ascend/src/python/ptdbg_ascend/debugger/debugger_config.py b/debug/accuracy_tools/ptdbg_ascend/src/python/ptdbg_ascend/debugger/debugger_config.py index b08b7d6611..8d52978036 100644 --- a/debug/accuracy_tools/ptdbg_ascend/src/python/ptdbg_ascend/debugger/debugger_config.py +++ b/debug/accuracy_tools/ptdbg_ascend/src/python/ptdbg_ascend/debugger/debugger_config.py @@ -7,7 +7,7 @@ class DebuggerConfig: self.dump_path = dump_path self.hook_name = hook_name self.rank = rank - self.step = step or [] + self.step = step self.check() if self.step: self.step.sort() -- Gitee