mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
Correct dsc location assertion
This commit is contained in:
parent
36f7f7729f
commit
a3b82ff2e9
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user