You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if add_node() fails because there is a duplicate ID and the error is caught, a node is still added with partially initialized attributes, since controller.add_node_g() is not atomic.
This is not very urgent since plugins are not likely to need to catch add_node exceptions, but still probably useful to have.
The text was updated successfully, but these errors were encountered:
For example, if
add_node()
fails because there is a duplicate ID and the error is caught, a node is still added with partially initialized attributes, sincecontroller.add_node_g()
is not atomic.This is not very urgent since plugins are not likely to need to catch
add_node
exceptions, but still probably useful to have.The text was updated successfully, but these errors were encountered: