pgAdmin 4 commit: Fixed UnboundLocalError where local variable 'user_id - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed UnboundLocalError where local variable 'user_id
Date
Msg-id E1mGerE-0003PW-Dw@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed UnboundLocalError where local variable 'user_id' referenced before assignment. Fixes #6671

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_7.rst | 1 +
web/pgadmin/__init__.py          | 1 +
2 files changed, 2 insertions(+)


pgadmin-hackers by date:

Previous
From: Rahul Shirsat
Date:
Subject: Re: [pgAdmin][patch] RM6675 Port package and it’s child node to React
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: README cleanup