From d615e70cc2e73c74062271d15c4701acfa66937b Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 9 Nov 2007 16:24:34 +0000 Subject: [PATCH] fixed CreateChangeLog() git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5360 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/release.py b/Scripts/release.py index 199114a5..b10fb092 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -241,7 +241,7 @@ def CreateChangeLog(): print 'downloading svn2cl.xsl stylesheet...' - SVN2CL_XSL = urllib.urlretrieve('http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn2cl/svn2cl.xsl','svn2cl.xsl')[0] + urllib.urlretrieve('http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn2cl/svn2cl.xsl', SVN2CL_XSL) print 'generating ChangeLog...'