pgAdmin 4 commit: Fixed an issue where the background job creation fail

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the background job creation fail
Date: 2020-05-06 07:54:01
Message-ID: E1jWEsT-0005FX-7b@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the background job creation fails if there is only a version-specific python binary available in PATH. Fixes #5480

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f61448eea29bd20004b97d80e4634befd2d5d262
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_22.rst | 3 ++-
web/pgadmin/misc/bgprocess/processes.py | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-05-06 07:54:35 Re: [pgAdmin][RM5480]Background job creation failure.
Previous Message Nagaraj Raj 2020-05-06 05:12:52 wsgi:error AttributeError: module 'pkg_resources' has no attribute 'resource_filename'