Correct dsc location assertion

This commit is contained in:
Stefano Rivera 2010-12-31 17:30:39 +02:00
parent 36f7f7729f
commit a3b82ff2e9

View File

@ -215,7 +215,7 @@ class SourcePackage(object):
def _check_dsc(self, verify_signature=False):
"Check that the dsc matches what we are expecting"
assert os.path.exists(self.dsc_name)
assert os.path.exists(self.dsc_pathname)
self._dsc_fetched = True
assert self.source == self.dsc['Source']