Skip to content
Snippets Groups Projects
Commit 4414d319 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[+] A check was added to see if the python-cellframe is being assembled as...

[+] A check was added to see if the python-cellframe is being assembled as part of a node or separately.
parent 3cd07ecf
No related branches found
No related tags found
1 merge request!12Features 2954
......@@ -487,6 +487,7 @@ PyObject *python_cellframe_deinit(PyObject *self, PyObject *args){
return PyLong_FromLong(0);
}
#ifdef DAP_SUPPORT_PYTHON_PLUGINS
int main(int argc, char **argv) {
wchar_t *program = Py_DecodeLocale(argv[0], NULL);
if (program == NULL) {
......@@ -511,3 +512,4 @@ int main(int argc, char **argv) {
PyMem_RawFree(program);
return 0;
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment