iailab-module-model/iailab-module-model-biz/src/main/resources/template/cpp.vm
@@ -23,7 +23,6 @@ jstring keyJString = env->NewStringUTF("pyFile"); jobject javaValueObj = env->CallObjectMethod(settings, getMID, keyJString); const char* strValue = env->GetStringUTFChars((jstring)javaValueObj, NULL); cout << strValue << endl; PyObject* pModule = create_py_module(strValue); /*PyObject* pModule = create_py_module("${pyModule}.${pyName}");*/