Ensure deletion of Project, Resource, and FileObject
1 unresolved thread
1 unresolved thread
Compare changes
+ 8
− 4
@@ -331,14 +331,18 @@ class FileObject:
Currently, the delete
method on the objects is to quickly called in my opinion. Since, there is no trash bin a single false call could result in a lot of harm.
Therefore, I propose to ensure the method a bit by requiring an additional enable parameter to be set to True
before giving the call to the Coscine API.