Code review comment for lp:~radix/txaws/parameter-enrichment

Revision history for this message
Thomas Herve (therve) wrote :

[6]
+ _result.update(self._convert_nest_to_flat(v, _result=_result,
+ _prefix=path))

You can remove the update call, or remove passing the result value, but I don't think you need to do both.

Looks good to me, +1!

review: Approve

« Back to merge proposal