pgAdmin 4 commit: Fix a debugger error when using Python 2.7. Fixes #44
Dave Page <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.pgadmin.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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(-)