summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGregory Becker <becker33@llnl.gov>2015-08-25 16:31:09 -0700
committerGregory Becker <becker33@llnl.gov>2015-08-25 16:31:09 -0700
commit9345e7877983d1bde8a4aefbecdc4a8cab181186 (patch)
treeb40197b2ad4be127dccb556b9cb60e4a150daf29 /lib
parentce8df65d7b9162b71be88e6268ee5172deab4cd9 (diff)
downloadspack-9345e7877983d1bde8a4aefbecdc4a8cab181186.tar.gz
spack-9345e7877983d1bde8a4aefbecdc4a8cab181186.tar.bz2
spack-9345e7877983d1bde8a4aefbecdc4a8cab181186.tar.xz
spack-9345e7877983d1bde8a4aefbecdc4a8cab181186.zip
Fixed inaccurate comment in spec.py
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/spec.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/spec.py b/lib/spack/spack/spec.py
index 8050b73b9e..cde2e168a0 100644
--- a/lib/spack/spack/spec.py
+++ b/lib/spack/spack/spec.py
@@ -642,7 +642,6 @@ class Spec(object):
def dag_hash(self, length=None):
"""
Return a hash of the entire spec DAG, including connectivity.
- Stores the hash iff the spec is concrete.
"""
yaml_text = yaml.dump(
self.to_node_dict(), default_flow_style=True, width=sys.maxint)