mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
python: fix type error msg
This commit is contained in:
parent
c2096771cb
commit
b7c8e9e874
@ -73,7 +73,7 @@ struct PyOpenCV_Converter< ${cname} >
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
${mappable_code}
|
${mappable_code}
|
||||||
failmsg("Expected ${cname} for argument '%%s'", name);
|
failmsg("Expected ${cname} for argument '%s'", name);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user