Re: Fix key error

2017-08-07 Thread Surinder Kumar
Hi, On Tue, Aug 8, 2017 at 12:23 AM, Dave Cramer wrote: I don't think this line in web/pgadmin/browser/server_groups/servers/types.py > does what it should. > > default_path = config.DEFAULT_BINARY_PATHS[st.stype] or "" > > will ever succeed if the key does not exist > > Attached patch should wo

Fix key error

2017-08-07 Thread Dave Cramer
I don't think this line in web/pgadmin/browser/server_groups/servers/types.py does what it should. default_path = config.DEFAULT_BINARY_PATHS[st.stype] or "" will ever succeed if the key does not exist Attached patch should work. Dave Cramer fixkeyerror.patch Description: Binary data