pgAdmin 4 commit: Fix a debugger error when using Python 2.7. Fixes #44 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix a debugger error when using Python 2.7. Fixes #44
Date
Msg-id E1i15Ao-0007xd-Mx@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Yosry Muhammad
Date:
Subject: Re: [GSoC][New Feature] Editable and Read-only Columns
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin][RM4419] Debugger does not work on python 2.7