[chirp_devel] [PATCH] Fixes case where column order setting parsing was calling split on None. #5355
Dan Smith
Sun Nov 19 12:16:58 PST 2017
> 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
More information about the chirp_devel
mailing list