another attempt for invalid handle

This commit is contained in:
Marcos Pinto 2007-11-26 00:59:28 +00:00
parent 6595fe0621
commit 776ed5a9d8

View file

@ -1806,7 +1806,7 @@ static PyObject *torrent_replace_trackers(PyObject *self, PyObject *args)
}
}
}
catch (libtorrent::invalid_handle&) {}
catch (...) {}
Py_INCREF(Py_None); return Py_None;
}
static PyObject *torrent_prioritize_files(PyObject *self, PyObject *args)