names not displayed in relationship graph

Issue #10093
This commit is contained in:
Paul Franklin 2017-06-22 17:26:58 -07:00
parent 215f6bf88d
commit 5972477550

View File

@ -581,6 +581,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' +