GB0095

Graph-Break Type

Short name describing what triggered the graph break

Set Exception object __traceback__ attribute to not-None

Context

Values or code snippet captured at the break point

call_setattr {self} {name}

Explanation

Explanation of why the graph break was triggered

Dynamo does not support setting the attribute ‘traceback’ on tracked exception objects to anything other than None.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry