diff --git a/LaunchScript/VirtualAcousticsStarterServer.py b/LaunchScript/VirtualAcousticsStarterServer.py index 24a84c27024a11f3e3e4bbbb062e20209559264c..68d4158a9559570f9da2f959954a16717f6db8c4 100644 --- a/LaunchScript/VirtualAcousticsStarterServer.py +++ b/LaunchScript/VirtualAcousticsStarterServer.py @@ -144,7 +144,8 @@ class VAComposedIniParser: sSection = "Reproduction:" + sReproductionID if not reproductionIni.has_section(sSection): print( "ERROR: Reproduction module with ID: '" + sReproductionID + "' not available in respective ini file '" + sFileToRead + "'") - sys.exit( ErrorCodes.ERROR_INVALID_REPRODUCTION_ID ) + #sys.exit( ErrorCodes.ERROR_INVALID_REPRODUCTION_ID ) + return False reproductionIni[sSection]["Enabled"] = "True" with open( sFileToWrite, 'w' ) as inifile: