Files
reddit/scripts
Chad Birch 8ce2db7386 Liveconfig diff: use pprint to generate dict reprs
The write_live_config script often gives really strange results when
trying to display diffs of changes to dict values, since the ordering of
a dict is not defined. So key/value pairs will sometimes be rearranged
between the old and new versions, creating a confusing diff.

This changes to use the pprint module to generate string representations
for dicts, because it sorts the dict by key before outputting it, so we
should get consistent representations that can be compared more easily.
2015-10-14 12:46:53 -06:00
..
2015-09-15 06:35:31 -04:00
2015-09-15 06:35:31 -04:00
2015-01-08 13:35:03 -08:00
2015-01-08 13:35:03 -08:00
2015-02-20 23:58:51 -08:00
2015-09-15 06:35:31 -04:00
2015-01-08 13:35:03 -08:00