mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix PEP-8 issue.
This commit is contained in:
parent
c29275011a
commit
8331f62e1c
@ -1328,7 +1328,7 @@ class BaseTableView(PGChildNodeView, BasePartitionTable):
|
||||
|
||||
# If changes are from table node
|
||||
if 'name' not in c:
|
||||
c['name'] = old_data['name']
|
||||
c['name'] = old_data['name']
|
||||
# Sql to update object
|
||||
sql.append(
|
||||
render_template("/".join([
|
||||
|
Loading…
Reference in New Issue
Block a user