)]}'
{"os_apply_config/collect_config.py":[{"author":{"_account_id":10035,"name":"greghaynes","email":"greg@greghaynes.net","username":"greghaynes"},"change_message_id":"84d6fa21863b6d64bf7409a6aaa5dbe100b9eac1","unresolved":false,"context_lines":[{"line_number":49,"context_line":"    for k, v in iter(b.items()):"},{"line_number":50,"context_line":"        if k in new_dict and isinstance(new_dict[k], dict):"},{"line_number":51,"context_line":"            new_dict[k] \u003d _deep_merge_dict(new_dict[k], v)"},{"line_number":52,"context_line":"        elif v is not None:"},{"line_number":53,"context_line":"            new_dict[k] \u003d copy.deepcopy(v)"},{"line_number":54,"context_line":"    return new_dict"},{"line_number":55,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"baa201ad_1d040d7d","line":52,"updated":"2014-10-13 15:12:58.000000000","message":"This seems like the incorrect place for this. Since the problem being solved here is really just an output formatting issue I would prefer this to be a sanitization that happens when we are outputting in the format that exibits the issue (when using --key). This is preferred to actually changing the internal representation of the data we collect which will effect all output formats, even ones which dont have this issue (like JSON).","commit_id":"a3d0d9362c2967aafd7af99aa2e46e612524ef44"}]}
