Update graph generator to look right

This commit is contained in:
Matthew Jones
2014-03-25 13:50:39 -04:00
parent 8e841d8c16
commit 7196262987

View File

@@ -60,7 +60,7 @@ class SimpleDAG(object):
type_str = "Project"
else:
type_str = "Unknown"
type_str += "-%s" % str(obj.id)
type_str += "%s" % str(obj.id)
return type_str
doc = """