From 620f3fb25a1c97eadb5290e536141185ccce6d54 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Thu, 30 Dec 2010 20:14:15 +0200 Subject: [PATCH] Typo in snapshot support --- ubuntutools/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntutools/archive.py b/ubuntutools/archive.py index e0bade6..54f9b9e 100644 --- a/ubuntutools/archive.py +++ b/ubuntutools/archive.py @@ -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):