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
Currently, this is what happens when trying to delete a code that has associated calculations:
$ verdi code delete 19
Error: cannot delete Node<19> because it has output links
$ verdi node delete 19
I will delete 4 nodes
Warning: YOU ARE ABOUT TO DELETE 4 NODES! THIS CANNOT BE UNDONE!
Shall I continue? [y/N]: y
Starting node deletion...
Nodes deleted from database, deleting fil
I suggest we add a --force option to verdi code delete that simply pipes through to verdi node delete.
The text was updated successfully, but these errors were encountered:
Currently, this is what happens when trying to delete a code that has associated calculations:
I suggest we add a
--force
option toverdi code delete
that simply pipes through toverdi node delete
.The text was updated successfully, but these errors were encountered: