We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node.delete()
While working on #318, I realized that there are two Node.delete() methods, and they are almost identical:
fabrictestbed-extensions/fabrictestbed_extensions/fablib/node.py
Lines 325 to 326 in be3c7b7
Lines 2768 to 2772 in be3c7b7
One of them should go. But which one has been getting called all this time?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
While working on #318, I realized that there are two
Node.delete()
methods, and they are almost identical:fabrictestbed-extensions/fabrictestbed_extensions/fablib/node.py
Lines 325 to 326 in be3c7b7
fabrictestbed-extensions/fabrictestbed_extensions/fablib/node.py
Lines 2768 to 2772 in be3c7b7
One of them should go. But which one has been getting called all this time?
The text was updated successfully, but these errors were encountered: