[Calypso] [PATCH 3/4] Fix indentation

Guido Günther agx at sigxcpu.org
Sat Apr 8 11:59:19 PDT 2017


---
 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



More information about the Calypso mailing list