commit | a92cc935f0561084ffbf58f1b4ce5fa04397c7ef | [log] [tgz] |
---|---|---|
author | Andrew Pickford <anpickford@googlemail.com> | Fri Jul 06 14:47:25 2018 +0200 |
committer | Andrew Pickford <anpickford@googlemail.com> | Thu Jul 19 10:10:47 2018 +0200 |
tree | 7076f28212ff3fbae5650078709437782eca0893 | |
parent | 1c0d8a76bfedcb87399daa88385aade20ca3dad6 [diff] |
Fix: use returned parameter from _render_simple_dict/list in exports class The Parameters._render_simple_dict and _render_simple_list methods now return a new dict or list instead of changing in place the dict or list passed to them. This commit updates the exports class appropriately and adds some additional tests for these changes.