Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rda_python_common/PgDBI.py
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,7 @@ def get_pgpass_password():

if PGDBI['PWNAME']: return PGDBI['PWNAME']
if not DBPASS: read_pgpass()
return DBPASS.get((PGDBI['DBSHOST'], PGDBI['DBPORT'], PGDBI['DBNAME'], PGDBI['USNAME']))
return DBPASS.get((PGDBI['DBSHOST'], PGDBI['DBPORT'], PGDBI['DBNAME'], PGDBI['LNNAME']))

#
# Reads the .pgpass file and returns a dictionary of credentials.
Expand Down
Loading