[Calypso-commits] [calypso] 01/01: Fix error in format string

Guido Guenther agx at moszumanska.debian.org
Sun Oct 23 10:05:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch master
in repository calypso.

commit dbc43bf6e0034fa241143c5439a06c0037a9be99
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sun Oct 23 12:01:58 2016 +0200

    Fix error in format string
---
 calypso/webdav.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calypso/webdav.py b/calypso/webdav.py
index 107791a..cdeffe3 100644
--- a/calypso/webdav.py
+++ b/calypso/webdav.py
@@ -345,7 +345,7 @@ class Collection(object):
                     self.insert_directory("/".join([self.urlpath, filename]))
         for file in self.files:
             if os.path.basename(file.path) not in filenames:
-                self.log.debug("Removed %s %s", file.path)
+                self.log.debug("Removed %s", file.path)
                 self.remove_file(file.path)
         h = hashlib.sha1()
         for item in self.my_items:

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