added -S/--set option

This commit is contained in:
roberto@debian32
2011-07-31 14:35:54 +02:00
parent 47adc8fe48
commit 527819703e
3 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ PyObject *py_uwsgi_spit(PyObject * self, PyObject * args) {
// in this way, error will be reported to the log
PyErr_Restore(exc_type, exc_val, exc_tb);
goto clear;
// the error is reported, let's continue...
//goto clear;
}
}