fix: disable mutable delta for scene

This commit is contained in:
Swann 2021-06-01 14:53:17 +02:00
parent 6ca6d4443d
commit ad89a4e389
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -576,11 +576,11 @@ class BlScene(ReplicatedDatablock):
diff_params = {
'exclude_paths': exclude_path,
'ignore_order': True,
'report_repetition': True
# 'ignore_order': True,
# 'report_repetition': True
}
delta_params = {
'mutate': True
# 'mutate': True
}
return Delta(