Re: fix keyerror problems

2017-08-25 Thread Ashesh Vashi
On Sat, Aug 26, 2017 at 12:24 AM, Dave Cramer wrote: > See attached patch > I have already committed a patch for the same. But - improved the syntax as per Harshal's suggestion. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company

Re: fix keyerror problems

2017-08-25 Thread Dave Cramer
Even better. I'm a python noob so help me out! Dave Cramer On 25 August 2017 at 15:17, Harshal Dhumal wrote: > how about this? > > default_path = ( > config.DEFAULT_BINARY_PATHS.get(st.stype, "") > ) > > > > > On Sat, Aug 26, 2017 at 12:24 AM, Dave Cramer > wr

Re: fix keyerror problems

2017-08-25 Thread Harshal Dhumal
how about this? default_path = ( config.DEFAULT_BINARY_PATHS.get(st.stype, "") ) On Sat, Aug 26, 2017 at 12:24 AM, Dave Cramer wrote: > See attached patch > > > Dave Cramer >

fix keyerror problems

2017-08-25 Thread Dave Cramer
See attached patch Dave Cramer keyerror.patch Description: Binary data