From b7959b878d50a74be60fd8517f537310b835535d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Sat, 20 Feb 2010 11:22:09 +0000 Subject: [PATCH] Fix attribute --- pisi/sourcearchive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/sourcearchive.py b/pisi/sourcearchive.py index 793180ec..6b681d75 100644 --- a/pisi/sourcearchive.py +++ b/pisi/sourcearchive.py @@ -72,7 +72,7 @@ class SourceArchive: raise ctx.ui.info(_("Source archive is stored: %s/%s") - % (ctx.config.archives_dir(), self.uri.filename())) + % (ctx.config.archives_dir(), self.url.filename())) def fetch_from_fallback(self): archive = os.path.basename(self.url.get_uri())