pgAdmin 4 commit: [EDB Package Functions] [Functions] Fixed typos: - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: [EDB Package Functions] [Functions] Fixed typos:
Date
Msg-id E1jM5Np-0000hd-Vn@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
[EDB Package Functions] [Functions] Fixed typos:
    - 'gettext' should be used as '_' is not defined
    - Identical expressions should not be used on both sides of a binary operator.

Branch
------
master

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

Modified Files
--------------
.../servers/databases/schemas/packages/edbfuncs/__init__.py           | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: [Domain] Existing expression will expression will alw
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: [Rules] Removing unnecessary 'if' condition