提交 b7c8e9e8 编写于 作者: B berak

python: fix type error msg

上级 c2096771
......@@ -73,7 +73,7 @@ struct PyOpenCV_Converter< ${cname} >
return true;
}
${mappable_code}
failmsg("Expected ${cname} for argument '%%s'", name);
failmsg("Expected ${cname} for argument '%s'", name);
return false;
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册