Closed MScottBlake closed 3 years ago
This PR addresses an issue where autopromote fails if there is no <key>_metadata</key> dictionary when it tries to promote a package. The new code sets a default value of an empty dictionary if the key cannot be found.
<key>_metadata</key>
Thanks for catching this!
This PR addresses an issue where autopromote fails if there is no
<key>_metadata</key>
dictionary when it tries to promote a package. The new code sets a default value of an empty dictionary if the key cannot be found.