Skip to content

Commit

Permalink
Version 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clemense committed Feb 23, 2025
1 parent 7ba48d6 commit ce4b40e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scene_synthesizer/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -2178,6 +2178,7 @@ def add_joint(self, parent_node, child_node, name, type, **kwargs):

if (
EDGE_KEY_METADATA in scene_edge_data[(parent_node, child_node)]
and scene_edge_data[(parent_node, child_node)][EDGE_KEY_METADATA] is not None
and "joint" in scene_edge_data[(parent_node, child_node)][EDGE_KEY_METADATA]
):
raise ValueError(
Expand Down

0 comments on commit ce4b40e

Please sign in to comment.