From 7c56219a725277f5757361d7f12ec2f51f0bc53d Mon Sep 17 00:00:00 2001 From: Stevan Pettit Date: Mon, 16 Jan 2012 14:30:44 -0500 Subject: [PATCH] Fixed indenting --- scripts/windows-builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows-builder.py b/scripts/windows-builder.py index 275a3f5cb..43beb8988 100644 --- a/scripts/windows-builder.py +++ b/scripts/windows-builder.py @@ -182,7 +182,7 @@ def run_pyinstaller(): u'--windowed', u'--noupx', u'--additional-hooks-dir', hooks_path, - u'--log-level=ERROR', + u'--log-level=ERROR', u'-o', branch_path, u'-i', win32_icon, u'-p', branch_path,