pgAdmin 4 commit: Use .__ne__ instead of 'is not None' statement to fix - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Use .__ne__ instead of 'is not None' statement to fix
Date
Msg-id E1mpsGE-0000cC-Jj@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Use .__ne__ instead of 'is not None' statement to fix the API test cases.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed API test case after upgrading Flask to v2.
Next
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM-7005]: On demand rows throws error if any cell edit saved