From 059c23f608c9e7212507c42d0e26429ae5d85e73 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 4 Oct 2005 13:12:37 +0000 Subject: [PATCH] missing comma git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4300 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 521787f7..dd7f9375 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -251,7 +251,7 @@ print 'creating distribution files...' run( scons_line + 'dist', - 'dist' + 'dist', 'creation of distribution files failed' )