Closed christianrauch closed 2 years ago
Commit 037a9917bbc12c67004ff781f0d006c7faccf4ee tried to simplify the conversion from an OrderedDict of OptionKeys to a regular dict. This failed to extract the value from the OptionKey. This PR just reverts that commit.
OrderedDict
OptionKey
dict
Commit 037a9917bbc12c67004ff781f0d006c7faccf4ee tried to simplify the conversion from an
OrderedDict
ofOptionKey
s to a regulardict
. This failed to extract the value from theOptionKey
. This PR just reverts that commit.