commit | a90e262baedfe1f9a5a5624735874777655132b1 | [log] [tgz] |
---|---|---|
author | Rabi Mishra <ramishra@redhat.com> | Fri Feb 19 14:32:47 2016 +0530 |
committer | Rabi Mishra <ramishra@redhat.com> | Sat Feb 20 07:45:32 2016 +0530 |
tree | 5a30cfba44398053f305f7994498f6d79fb8d08f | |
parent | 5f3632c2ae2c12ea6380ae22e6c6a6cc397b4b1f [diff] |
Use yaml.safe_dump instead of yaml.dump After changing to use yaml.safe_load, some of the tests are failing locally with unicode error. Though we've not noticed these issues at the gate, it's better to use safe_dump to avoid them. Change-Id: I84cf921afe76b3bed44e84230a71b244bb886cce Closes-Bug: #1547399