From 3a0da6dadcf3e9466d665916bc65a230a01f0eda Mon Sep 17 00:00:00 2001 From: A_D <aunderscored@gmail.com> Date: Tue, 8 Dec 2020 18:53:23 +0200 Subject: [PATCH] Added missing newline --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a10b568d..6d71fb6b 100755 --- a/setup.py +++ b/setup.py @@ -221,4 +221,4 @@ elif sys.platform == 'win32': os.system(r'"%s\MsiTran.Exe" -g %s\%s_1033.msi %s\%s_%d.msi %s\%d.mst' % (SDKPATH, gettempdir(), APPNAME, gettempdir(), APPNAME, lcid, gettempdir(), lcid)) os.system(r'cscript /nologo "%s\WiSubStg.vbs" %s %s\%d.mst %d' % (SDKPATH, PKG, gettempdir(), lcid, lcid)) else: - raise AssertionError('Unsupported platform') \ No newline at end of file + raise AssertionError('Unsupported platform')