pgAdmin 4 commit: Fixed UnboundLocalError where local variable 'user_id

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed UnboundLocalError where local variable 'user_id
Date: 2021-08-19 10:01:08
Message-ID: E1mGerE-0003PW-Dw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2021-08-19 12:48:10 pgAdmin 4 commit: README cleanup
Previous Message Rahul Shirsat 2021-08-19 08:05:49 Re: [pgAdmin][patch] RM6675 Port package and it’s child node to React