Add pipe test case
This commit is contained in:
@@ -163,7 +163,7 @@ def add_link(name: str, link_type: str, id: str, table_sql: str, table_undo_sql:
|
||||
|
||||
|
||||
def delete_link(name: str, link_type: str, id: str, table_sql: str, table_undo_sql: str) -> ChangeSet:
|
||||
if not is_node(name, id):
|
||||
if not is_link(name, id):
|
||||
return ChangeSet()
|
||||
|
||||
with conn[name].cursor(row_factory=dict_row) as cur:
|
||||
|
||||
Reference in New Issue
Block a user