Thread: fix keyerror problems

fix keyerror problems

From
Dave Cramer
Date:
See attached patch


Dave Cramer
Attachment

Re: fix keyerror problems

From
Harshal Dhumal
Date:
how about this....?

default_path = (
                config.DEFAULT_BINARY_PATHS.get(st.stype, "")
             )




On Sat, Aug 26, 2017 at 12:24 AM, Dave Cramer <davecramer@gmail.com> wrote:
See attached patch


Dave Cramer

Re: fix keyerror problems

From
Dave Cramer
Date:
Even better.

I'm a python noob so help me out!

Dave Cramer

On 25 August 2017 at 15:17, Harshal Dhumal <harshaldhumal15@gmail.com> wrote:
how about this....?

default_path = (
                config.DEFAULT_BINARY_PATHS.get(st.stype, "")
             )




On Sat, Aug 26, 2017 at 12:24 AM, Dave Cramer <davecramer@gmail.com> wrote:
See attached patch


Dave Cramer


Re: fix keyerror problems

From
Ashesh Vashi
Date:

On Sat, Aug 26, 2017 at 12:24 AM, Dave Cramer <davecramer@gmail.com> 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


http://www.linkedin.com/in/asheshvashi



Dave Cramer