mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolved a typo in variable name in the database/utils.py
This commit is contained in:
parent
3051e7cd62
commit
54edb4b482
@ -65,7 +65,7 @@ def parse_variables_from_db(db_variables):
|
||||
variables_lst = []
|
||||
|
||||
if db_variables is not None:
|
||||
for row in db_varibles:
|
||||
for row in db_variables:
|
||||
if 'setconfig' in row and row['setconfig'] is not None:
|
||||
for d in row['setconfig']:
|
||||
var_name, var_value = d.split("=")
|
||||
|
Loading…
Reference in New Issue
Block a user