mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
Typo in snapshot support
This commit is contained in:
parent
eed9304664
commit
620f3fb25a
@ -359,7 +359,7 @@ class DebianSourcePackage(SourcePackage):
|
||||
yield it.next()
|
||||
except StopIteration:
|
||||
break
|
||||
if self._snapshot_list:
|
||||
if self.snapshot_list:
|
||||
yield self._snapshot_url(name)
|
||||
|
||||
def pull_dsc(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user