Commit 2ebe1211 authored by Michel Pelletier's avatar Michel Pelletier

*** empty log message ***

parent 9fdbb9e5
......@@ -334,16 +334,9 @@ class Catalog(Persistent, Acquisition.Implicit):
# ZClass problems, some items might not be here. The try's
# catch any inconsistencies and lets 'Update Catalog' sanify
# the situation
try:
del self.data[rid]
except: pass
try:
del self.uids[uid]
except: pass
try:
del self.paths[rid]
except: pass
del self.data[rid]
del self.uids[uid]
del self.paths[rid]
def clear(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment