Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
9fdbb9e5
Commit
9fdbb9e5
authored
Aug 18, 1999
by
Michel Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syntax
parent
259a8dcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
lib/python/Products/ZCatalog/Catalog.py
lib/python/Products/ZCatalog/Catalog.py
+9
-3
No files found.
lib/python/Products/ZCatalog/Catalog.py
View file @
9fdbb9e5
...
@@ -334,9 +334,15 @@ class Catalog(Persistent, Acquisition.Implicit):
...
@@ -334,9 +334,15 @@ class Catalog(Persistent, Acquisition.Implicit):
# ZClass problems, some items might not be here. The try's
# ZClass problems, some items might not be here. The try's
# catch any inconsistencies and lets 'Update Catalog' sanify
# catch any inconsistencies and lets 'Update Catalog' sanify
# the situation
# the situation
try
:
del
self
.
data
[
rid
]
except
:
pass
try
:
try
:
del
self
.
uids
[
uid
]
except
:
pass
del
self
.
data
[
rid
]
try
:
del
self
.
paths
[
rid
]
except
:
pass
except
:
pass
try
:
del
self
.
uids
[
uid
]
except
:
pass
try
:
del
self
.
paths
[
rid
]
except
:
pass
def
clear
(
self
):
def
clear
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment