pgAdmin 4 commit: Use .__ne__ instead of 'is not None' statement to fix

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Use .__ne__ instead of 'is not None' statement to fix
Date: 2021-11-24 13:24:30
Message-ID: E1mpsGE-0000cC-Jj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2021-11-25 06:47:24 [pgAdmin][RM-7005]: On demand rows throws error if any cell edit saved
Previous Message Akshay Joshi 2021-11-24 12:28:38 pgAdmin 4 commit: Fixed API test case after upgrading Flask to v2.