Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4.0b1
-
Component/s: Other, Plugins API
-
Labels:None
Description
Having Metadata.unset raise an KeyError is kind of unexpected, especially as other operations like Metadata.get or Metadata.delete don't do this.
Update Metadata.unset to always succeed, even for unknown values.