undoing whitespace-only diff

This commit is contained in:
Peter Scheibel 2016-03-21 20:50:26 -07:00
parent ee5e507ff6
commit b255f02762

View file

@ -212,7 +212,6 @@ def fetch(self):
if not self.archive_file: if not self.archive_file:
raise FailedDownloadError(self.url) raise FailedDownloadError(self.url)
@property @property
def archive_file(self): def archive_file(self):
"""Path to the source archive within this stage directory.""" """Path to the source archive within this stage directory."""
@ -284,7 +283,6 @@ def check(self):
"%s checksum failed for %s" % (checker.hash_name, self.archive_file), "%s checksum failed for %s" % (checker.hash_name, self.archive_file),
"Expected %s but got %s" % (self.digest, checker.sum)) "Expected %s but got %s" % (self.digest, checker.sum))
@_needs_stage @_needs_stage
def reset(self): def reset(self):
"""Removes the source path if it exists, then re-expands the archive.""" """Removes the source path if it exists, then re-expands the archive."""