19 Nov
2017
19 Nov
'17
12:19 p.m.
Will do. Thanks for fixing that.
On Sun, Nov 19, 2017 at 12:16 PM, Dan Smith dsmith@danplanet.com wrote:
except Exception, e:
LOG.error(e)
LOG.error("column order setting: %s", e) col_order = default_col_order
Note this conflicts after your other patch to fix these across the board. I pushed a fuzz fix in between that and this so it would apply. In the future it’d be easier if you could stack all pending patches together (patchbomb can send them all at once).
Thanks!
—Dan