
20 Jul
2014
20 Jul
'14
6:48 p.m.
On Jul 19, 2014, at 5:04 PM, Dan Smith - dsmith@danplanet.com wrote:
You're welcome to just modify this one and re-submit it and I'll apply the fixed-up one. If you'd rather (for attribution or other reasons) patch this patch, then that's fine too.
Here's my mods to your patch, as discussed. At this point, it's more your work than mine.
One new item observed in testing: I left it for you to decide whether to keep it, but I think this was a debug print added in your patch that you may want to remove?:
diff -r 3bab2acc2cf6 -r 6c8e270a40b1 chirpui/config.py ... + print "Calling get %s with raw=%s" %(key, raw) ...
-dan