Skip to content
Snippets Groups Projects
Unverified Commit 4399497f authored by Benjamin Cumming's avatar Benjamin Cumming Committed by GitHub
Browse files

Fix issue with cached labels in python label_dict wrapper (#1541)

The `label_dict` Python wrapper caches label strings and their descriptions in order to
provide a convenient Python iterator interface and `[]` access. These were not being
properly updated or set when the label_dict was constructed from a C++ label_dict.
parent 2aa6fa06
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment