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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix a debugger error when using Python 2.7. Fixes #44
Date: 2019-08-23 08:43:54
Message-ID: E1i15Ao-0007xd-Mx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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