1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Added missing newline

This commit is contained in:
A_D 2020-12-08 18:53:23 +02:00
parent 033a3bb4da
commit 3a0da6dadc
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -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')
raise AssertionError('Unsupported platform')