Re: pgAdmin 4 commit: Use 'sys.executable' to get the absolute path of the

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgAdmin 4 commit: Use 'sys.executable' to get the absolute path of the
Date: 2021-02-09 11:21:15
Message-ID: CAKKotZSMqspSZ=_m6P0H5QpuAPzauTWaSfuAhMGbhGt3_Wt-Tg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

It will break the WSGI.

--
Regards,
Murtuza Zabuawala
*EDB*
*POWER TO POSTGRES*
https://www.edbpostgres.com

On Tue, Feb 9, 2021 at 4:28 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Use 'sys.executable' to get the absolute path of the executable binary for
> the Python interpreter instead of existing complex logic.
>
> Branch
> ------
> master
>
> Details
> -------
>
> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=53724675697ccdf34b8e6a5da21e9b4fc4d612c5
>
> Modified Files
> --------------
> web/pgadmin/misc/bgprocess/processes.py | 89
> +--------------------------------
> 1 file changed, 1 insertion(+), 88 deletions(-)
>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2021-02-09 13:12:28 pgAdmin 4 commit: A bunch of size optimisation for the container.
Previous Message Akshay Joshi 2021-02-09 11:15:28 Re: [pgAdmin] RM6117 Unable to update column level privileges from security tab.