mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
UI staff
This commit is contained in:
@@ -38,6 +38,7 @@ extern "C" __declspec(dllexport) char* ExecPython(char* directory, char* file, c
|
||||
// Call a method of the class with two parameters
|
||||
pValue = PyObject_CallMethod(pInstance,"query", "(s)",query);
|
||||
char * str_ret = PyString_AsString(pValue);
|
||||
|
||||
// Finish the Python Interpreter
|
||||
Py_Finalize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user