summaryrefslogtreecommitdiffstats
path: root/cobbler/collection.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-01-31 13:20:37 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-01-31 13:20:37 -0500
commit424f947cf7622dd8aa987917f83170dc5bfbcd9f (patch)
tree34397da01e1c990f5863536e4e9e389372095d1f /cobbler/collection.py
parent2f9fd2c61a18661adb007d46f1f83ac12154f406 (diff)
downloadcobbler-424f947cf7622dd8aa987917f83170dc5bfbcd9f.tar.gz
cobbler-424f947cf7622dd8aa987917f83170dc5bfbcd9f.tar.xz
cobbler-424f947cf7622dd8aa987917f83170dc5bfbcd9f.zip
Recursive deletes are now possible with --recursive. Web UI still needs to take advantage of this.
Diffstat (limited to 'cobbler/collection.py')
-rw-r--r--cobbler/collection.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/collection.py b/cobbler/collection.py
index 90f6969d..339a4b2b 100644
--- a/cobbler/collection.py
+++ b/cobbler/collection.py
@@ -214,6 +214,7 @@ class Collection(serializable.Serializable):
parent = ref.get_parent()
if parent != None:
parent.children[ref.name] = ref
+
return True
def _run_triggers(self,ref,globber):