Fix attribute

This commit is contained in:
Ozan Çağlayan
2010-02-20 11:22:09 +00:00
parent 531e4d86de
commit b7959b878d
+1 -1
View File
@@ -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())