summaryrefslogtreecommitdiffstats
path: root/rpmmodule
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-18 22:42:40 +0000
committerMatt Wilson <msw@redhat.com>1999-08-18 22:42:40 +0000
commit7170ee7180ec635f311435d88da2b8c60dda9ea5 (patch)
tree4f459cc666946b181033179de064927f9e446fc0 /rpmmodule
parent017e02049967afa249e524c0d1d362ecea3b9c28 (diff)
downloadanaconda-7170ee7180ec635f311435d88da2b8c60dda9ea5.tar.gz
anaconda-7170ee7180ec635f311435d88da2b8c60dda9ea5.tar.xz
anaconda-7170ee7180ec635f311435d88da2b8c60dda9ea5.zip
s/o/O
Diffstat (limited to 'rpmmodule')
-rw-r--r--rpmmodule/rpmmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmmodule/rpmmodule.c b/rpmmodule/rpmmodule.c
index c47e85d18..ae65cc16d 100644
--- a/rpmmodule/rpmmodule.c
+++ b/rpmmodule/rpmmodule.c
@@ -283,7 +283,7 @@ static PyObject * findUpgradeSet(PyObject * self, PyObject * args) {
struct pkgSet list;
hdrObject * hdr;
- if (!PyArg_ParseTuple(args, "o|s", &hdrList, &root)) return NULL;
+ if (!PyArg_ParseTuple(args, "O|s", &hdrList, &root)) return NULL;
if (!PyList_Check(hdrList)) {
PyErr_SetString(PyExc_TypeError, "list of headers expected");