Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tools/circle_plus_gen] Fix type bug (#13262)
Before * `m.name` is sometimes `bytes`(when reading it from file) and sometimes `string`(set it from json file). * This problem sometimes makes an error message * `AttributeError: 'str' object has no attribute 'decode'` After * `m.name` always bytes type ONE-DCO-1.0-Signed-off-by: seunghui youn <[email protected]>
- Loading branch information