[jay_diff]
- added default param [deep_diff] - use jay_diff
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ def jay_diff_upd_add(_old, _new):
|
||||
return jay_diff_upd(_old, _new, add_if_not_exist=True)
|
||||
|
||||
|
||||
def jay_diff_full(_old, _new, combine_upd_add):
|
||||
def jay_diff_full(_old, _new, combine_upd_add=True):
|
||||
diff = {}
|
||||
if combine_upd_add:
|
||||
res = jay_diff_upd_add(_old, _new)
|
||||
|
||||
Reference in New Issue
Block a user