pgAdmin 4 commit: Fix a debugger error when using Python 2.7. Fixes #44

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix a debugger error when using Python 2.7. Fixes #44
Дата
Msg-id E1i15Ao-0007xd-Mx@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix a debugger error when using Python 2.7. Fixes #4419

Also fixes a minor bug where a reload warning was unnecessarily given when closing the debugger.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3dadb8989b64ecc9277356c3295953abffee0223
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_13.rst                     | 1 +
web/pgadmin/tools/debugger/static/js/direct.js        | 3 +--
web/pgadmin/tools/debugger/utils/debugger_instance.py | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Yosry Muhammad
Дата:
Сообщение: Re: [GSoC][New Feature] Editable and Read-only Columns
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin][RM4419] Debugger does not work on python 2.7