Fixed inaccurate comment in spec.py
This commit is contained in:
		| @@ -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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Gregory Becker
					Gregory Becker