Commit a82c8186 authored by Vincent Pelletier's avatar Vincent Pelletier

Coding style.

parent 69937e65
......@@ -347,9 +347,9 @@ class ZCatalog(Folder, Persistent, Implicit):
result = catalog_object.readRecordedObjectList(catalog=catalog)
if len(result):
for o in result:
if catalog==0:
if catalog == 0:
self.uncatalog_object(uid=o.path, sql_catalog_id=sql_catalog_id)
elif catalog==1:
elif catalog == 1:
try:
obj = self.resolve_path(o.path)
except ConflictError:
......
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