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

From Ashesh Vashi
Subject pgAdmin 4 commit: [Functions] Fixed typos:
Date
Msg-id E1jM5Np-0000hX-Uw@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
[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=14f21921bb0fbe48aa766c2e4b6847ed15362396

Modified Files
--------------
.../server_groups/servers/databases/schemas/functions/__init__.py  | 7 ++++---
1 file changed, 4 insertions(+), 3 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