Fix key error

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Fix key error
Дата
Msg-id CADK3HHJm4vaxxu2rchxUvsTxZRU2QTouySU3h2zBZ3fu8fr1_Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fix key error  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
Список pgadmin-hackers
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
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard
Следующее
От: Dave Cramer
Дата:
Сообщение: Can someone tell me what this code does ?