undoing whitespace-only diff
This commit is contained in:
parent
ee5e507ff6
commit
b255f02762
1 changed files with 0 additions and 2 deletions
|
@ -212,7 +212,6 @@ def fetch(self):
|
|||
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 @@ def check(self):
|
|||
"%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."""
|
||||
|
|
Loading…
Reference in a new issue