|
@@ -46,10 +46,6 @@ CPythonExecutor::~CPythonExecutor(void)
|
|
DWORD CPythonExecutor::_WorkerThread(LPVOID lpParam)
|
|
DWORD CPythonExecutor::_WorkerThread(LPVOID lpParam)
|
|
{
|
|
{
|
|
CPythonExecutor* that = (CPythonExecutor*)lpParam;
|
|
CPythonExecutor* that = (CPythonExecutor*)lpParam;
|
|
- if ( !that ) {
|
|
|
|
- printf("Error:²ÎÊýʧЧ\n");
|
|
|
|
- return -1;
|
|
|
|
- }
|
|
|
|
|
|
|
|
#ifdef _DEBUG
|
|
#ifdef _DEBUG
|
|
that->RunScriptProcess();
|
|
that->RunScriptProcess();
|