[pgadmin-hackers] pgAdmin 4 commit: Fix the issue where Import/Export was failing inlinu - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Fix the issue where Import/Export was failing inlinu
Date
Msg-id E1clumg-00073y-2r@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the issue where Import/Export was failing in linux runtime. Fixes #2166

Issue:
Changes done by Ashesh in pgAdmin4.py file for setting up PYTHONHOME variable to sys.prefix was applicable only for
windowsonly. 

Additionally I have also added exception handling for file provided by user for Backup/Restore/Import/Export.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bc63652811f7fdc1080102bf70f0ecc7aae496d6
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgAdmin4.py                             |  4 +++-
web/pgadmin/misc/bgprocess/processes.py     |  2 +-
web/pgadmin/tools/backup/__init__.py        | 10 ++++++++--
web/pgadmin/tools/import_export/__init__.py |  6 +++++-
web/pgadmin/tools/restore/__init__.py       |  5 ++++-
5 files changed, 21 insertions(+), 6 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][PATCH] Minor condition code improvement
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue ofImport/Export in linux runtime