Return change set
This commit is contained in:
@@ -123,7 +123,7 @@ def delete_node(name: str, node_type: str, id: str, table_sql: str, table_undo_s
|
||||
cur.execute(f"select * from coordinates where node = '{id}'")
|
||||
row = cur.fetchone()
|
||||
if row == None:
|
||||
return
|
||||
return ChangeSet()
|
||||
|
||||
coord = row['coord']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user