pgAdmin 4 commit: Fixed an issue where 'sys.executable' returns the pat

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 'sys.executable' returns the pat
Date: 2021-02-19 10:15:06
Message-ID: E1lD2oU-0004eq-II@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where 'sys.executable' returns the path of 'httpd.exe' instead of the python interpreter on Windows with WSGI.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=db95414cf10f12aabb3704e17370b134f7a2ca53

Modified Files
--------------
web/pgadmin/misc/bgprocess/processes.py | 80 ++++++++++++++++++++++++++++++++-
1 file changed, 79 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-02-19 10:28:35 pgAdmin 4 commit: Fixed an issue where the user is not able to use the
Previous Message Dave Page 2021-02-19 10:10:10 pgAdmin 4 commit: Ensure RPMs & DEBs depend on matching versions of eac