names not displayed in relationship graph

Issue #10093
This commit is contained in:
Paul Franklin 2017-06-22 17:27:23 -07:00
parent d9136ecfa8
commit 5bb2f8b7fb

View File

@ -590,6 +590,7 @@ class GVDocBase(BaseDoc, GVDoc):
def start_subgraph(self, graph_id):
""" Implement GVDocBase.start_subgraph() """
graph_id = graph_id.replace(' ', '_') # for user-defined ID with space
self.write(
' subgraph cluster_%s\n' % graph_id +
' {\n' +