Fixed inaccurate comment in spec.py
This commit is contained in:
parent
ce8df65d7b
commit
9345e78779
@ -642,7 +642,6 @@ def prefix(self):
|
|||||||
def dag_hash(self, length=None):
|
def dag_hash(self, length=None):
|
||||||
"""
|
"""
|
||||||
Return a hash of the entire spec DAG, including connectivity.
|
Return a hash of the entire spec DAG, including connectivity.
|
||||||
Stores the hash iff the spec is concrete.
|
|
||||||
"""
|
"""
|
||||||
yaml_text = yaml.dump(
|
yaml_text = yaml.dump(
|
||||||
self.to_node_dict(), default_flow_style=True, width=sys.maxint)
|
self.to_node_dict(), default_flow_style=True, width=sys.maxint)
|
||||||
|
Loading…
Reference in New Issue
Block a user