Skip to content

Commit 4d07f26

Browse files
PProfiziBClappe
authored andcommitted
Fix for LegacyGrpc
1 parent ec7da5a commit 4d07f26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ansys/dpf/gate/any_grpcapi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def _type_to_message_type():
3636
field,
3737
fields_container,
3838
property_field,
39+
data_sources,
3940
generic_data_container,
4041
string_field,
4142
scoping,
@@ -62,6 +63,7 @@ def _type_to_message_type():
6263
(collection_base.CollectionBase, base_pb2.Type.COLLECTION, base_pb2.Type.ANY),
6364
(dpf_vector.DPFVectorInt, base_pb2.Type.COLLECTION, base_pb2.Type.INT),
6465
(dpf_operator.Operator, base_pb2.Type.OPERATOR),
66+
(data_sources.DataSources, base_pb2.Type.DATA_SOURCES),
6567
]
6668

6769
@staticmethod

0 commit comments

Comments
 (0)