s4:python Allow 'no such object' on the delete of the DN
authorAndrew Bartlett <abartlet@samba.org>
Thu, 13 Aug 2009 22:46:13 +0000 (08:46 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 16 Aug 2009 23:50:59 +0000 (09:50 +1000)
commit052da4e4d77ceb0307ad2477f2bc4a17334d6565
treeddf854cfe8f1c74f17e335301ad8664bc8a996d9
parent410114e41c713ccba2ac7d46e3f5acfddd986669
s4:python Allow 'no such object' on the delete of the DN

This fixes the recursive delete in erase_partitions()

For reasons I cannot understand, it is possible to get 'no such
object' trying to delete a DN I just search for without error.  Oh
well...

Andrew Bartlett
source4/scripting/python/samba/__init__.py