mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 01:13:28 +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;
|
||||
}
|
||||
${mappable_code}
|
||||
failmsg("Expected ${cname} for argument '%%s'", name);
|
||||
failmsg("Expected ${cname} for argument '%s'", name);
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user