[Calypso-commits] [calypso] 03/07: Fix indentation
Guido Guenther
agx at moszumanska.debian.org
Thu Jun 22 13:28:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch master
in repository calypso.
commit 870e9470bb32eda08ef8da1786c38dcbd7543813
Author: Guido Günther <agx at sigxcpu.org>
Date: Sat Apr 8 20:54:56 2017 +0200
Fix indentation
---
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/calypso/calypso.git
More information about the Calypso-commits
mailing list