pgAdmin 4 commit: 1) Correct the typo 'pythonw.exe' should be 'python.e - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Correct the typo 'pythonw.exe' should be 'python.e
Date
Msg-id E1jieTp-0005tb-Sj@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) Correct the typo 'pythonw.exe' should be 'python.exe' for Windows if 'pythonw.exe' not found.
2) Added logging to identify the interpreter command for Windows.

Branch
------
master

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

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


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5197] Accessibility issues of external packages
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Don't use the venv to create the venv on Windows as i