summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/tools/debug/sbe-debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/debug/sbe-debug.py b/src/tools/debug/sbe-debug.py
index 927f473f..4dc20e05 100755
--- a/src/tools/debug/sbe-debug.py
+++ b/src/tools/debug/sbe-debug.py
@@ -235,7 +235,7 @@ def collectAttr( target, node, proc, ddsuffix, file_path ):
# TODO via RTC 158861
# For multi-node system we need to convert node/proc to absolute
# proc number.
- cmd3 = ( getFilePath("/p9_xip_tool")+" "+getFilePath(sbeImgFile) + " -ifs attrdump sbeAttr.bin > "+\
+ cmd3 = ( getFilePath("p9_xip_tool")+" "+getFilePath(sbeImgFile) + " -ifs attrdump sbeAttr.bin > "+\
"sbe_"+str(proc)+"_attrs")
print "cmd2:", cmd2
OpenPOWER on IntegriCloud