From ffe133a194e36ecbe060f08d132339b437975ea6 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Thu, 13 Oct 2016 14:12:27 -0600 Subject: effort fix --- src/chillmodule.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chillmodule.cc b/src/chillmodule.cc index 552eda8..2780e5c 100644 --- a/src/chillmodule.cc +++ b/src/chillmodule.cc @@ -282,7 +282,7 @@ chill_dest(PyObject *self, PyObject* args) { static PyObject *chill_effort(PyObject *self, PyObject *args) { strict_arg_num(args, 1, "effort"); - source_filename = intArg(args, 0); + effort = intArg(args,0); Py_RETURN_NONE; } -- cgit v1.2.3-70-g09d2