Lib has finish the split work
This commit is contained in:
@@ -95,8 +95,7 @@ def _get_change_set(row: dict[str, str], undo: bool) -> ChangeSet:
|
|||||||
elif op == API_DELETE:
|
elif op == API_DELETE:
|
||||||
change.delete(type, id)
|
change.delete(type, id)
|
||||||
elif op == API_UPDATE:
|
elif op == API_UPDATE:
|
||||||
ps = row['api_object_properties'].removeprefix('{').removesuffix('}').split(',')
|
change.update(type, id, row['api_object_properties'])
|
||||||
change.update(type, id, ps)
|
|
||||||
|
|
||||||
return change
|
return change
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user