diff options
author | Peter Scheibel <scheibel1@llnl.gov> | 2016-03-21 20:50:26 -0700 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2016-03-21 20:50:26 -0700 |
commit | b255f02762375cee064b062837581e5466fdb908 (patch) | |
tree | 4b03646b1880da48b5ad72b4ed0a41bc6d2fa7c7 /lib | |
parent | ee5e507ff60e56f9d83de9b7e2c19e929dcd3481 (diff) | |
download | spack-b255f02762375cee064b062837581e5466fdb908.tar.gz spack-b255f02762375cee064b062837581e5466fdb908.tar.bz2 spack-b255f02762375cee064b062837581e5466fdb908.tar.xz spack-b255f02762375cee064b062837581e5466fdb908.zip |
undoing whitespace-only diff
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/fetch_strategy.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/spack/spack/fetch_strategy.py b/lib/spack/spack/fetch_strategy.py index d1b3ce9291..0d0a7db8a9 100644 --- a/lib/spack/spack/fetch_strategy.py +++ b/lib/spack/spack/fetch_strategy.py @@ -212,7 +212,6 @@ class URLFetchStrategy(FetchStrategy): if not self.archive_file: raise FailedDownloadError(self.url) - @property def archive_file(self): """Path to the source archive within this stage directory.""" @@ -284,7 +283,6 @@ class URLFetchStrategy(FetchStrategy): "%s checksum failed for %s" % (checker.hash_name, self.archive_file), "Expected %s but got %s" % (self.digest, checker.sum)) - @_needs_stage def reset(self): """Removes the source path if it exists, then re-expands the archive.""" |