colcon / colcon-meson

Extension for colcon to support Meson packages
http://colcon.readthedocs.io
Apache License 2.0
0 stars 0 forks source link

fix args conversion #7

Closed christianrauch closed 2 years ago

christianrauch commented 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.