---
calypso/webdav.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/calypso/webdav.py b/calypso/webdav.py
index f4e41b0..4fc128c 100644
--- a/calypso/webdav.py
+++ b/calypso/webdav.py
@@ -272,10 +272,10 @@ class Collection(object):
return
def insert_directory(self, path):
- try:
+ try:
item = Collection(path)
self.my_items.append(item)
- except Exception, ex:
+ except Exception, ex:
self.log.exception("Insert %s failed", path)
return
--
2.11.0
_______________________________________________
Calypso mailing list
[email protected]
http://keithp.com/mailman/listinfo/calypso