pgAdmin 4 commit: Don't try to set permissions on Windows. It won't wor

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't try to set permissions on Windows. It won't wor
Date: 2019-05-20 12:53:12
Message-ID: E1hShmy-0006qJ-DV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't try to set permissions on Windows. It won't work anyway. Fixes #4276

Branch
------
master

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

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-05-21 09:00:30 [pgAdmin][RM4195] Tab navigation is broken in Query tool (Accessibility)
Previous Message Dave Page 2019-05-20 12:35:17 Re: [pgAdmin4][RM#4278] Backgrid loses the focus when PasswordCell opens autocomplete suggestion list