pgAdmin 4 commit: Don't try to set permissions on Windows. It won't wor - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Don't try to set permissions on Windows. It won't wor
Date
Msg-id E1hqZy2-0005bc-7g@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Don't try to set permissions on Windows. It won't work anyway. Fixes #4276

Branch
------
electron2

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

Modified Files
--------------
web/pgadmin/__init__.py             |  3 ++-
web/pgadmin/setup/data_directory.py | 16 +++++++++-------
web/setup.py                        |  3 ++-
3 files changed, 13 insertions(+), 9 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Don't try to install Chromedriver using the chromedri
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Add a framework for testing reversed engineered SQL a