Browse Source

fix the bug of right click 'continue to' on leaf node

tags/v1.1.0
maning202007 5 years ago
parent
commit
e123f7aa29
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindinsight/debugger/stream_cache/debugger_multigraph.py

+ 0
- 1
mindinsight/debugger/stream_cache/debugger_multigraph.py View File

@@ -65,7 +65,6 @@ class DebuggerMultiGraph(DebuggerGraph):
# add graph scope to node name
pre_scope = graph_name + "/"
node.name = pre_scope + node.name
node.full_name = pre_scope + node.full_name
if node.scope:
node.scope = pre_scope + node.scope
else:


Loading…
Cancel
Save