pgAdmin 4 commit: Fixed an issue where the background job creation fail - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the background job creation fail
Date
Msg-id E1jWEsT-0005FX-7b@gothos.postgresql.org
Whole thread Raw
List 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.dhope@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: Contribute in pgAdmin to remove password length restrictions
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5480]Background job creation failure.