diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index 07f6d89..b5cf1d2 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -712,7 +712,7 @@ BOOST_PYTHON_MODULE(mobase) bpy::class_, boost::noncopyable>("GuessedString") .def(bpy::init<>()) - .def(bpy::init((bpy::arg("value"), "quality"))) + .def(bpy::init((bpy::arg("value"), bpy::arg("quality") = EGuessQuality::GUESS_USER))) .def("update", static_cast& (GuessedValue::*)(const QString&)>(&GuessedValue::update), bpy::return_self<>(), bpy::arg("value"))