]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Cosmetics.
authorDaira Hopwood <daira@jacaranda.org>
Tue, 21 Apr 2015 22:54:51 +0000 (23:54 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 28 Apr 2015 18:46:48 +0000 (19:46 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/frontends/drop_upload.py

index f4e4b47e27ea288a871cfc26f455c879360d5d1f..0878ea4807062f95943731bfc623fd1307f99fba 100644 (file)
@@ -235,7 +235,8 @@ class DropUploader(service.MultiService):
                     filecap = filenode.get_uri()
                     print "filename %s filecap %s" % (path, filecap)
                     s = os.stat(path)
-                    self._db.did_upload_file(filecap, path.decode('UTF-8'), s.st_mtime, s.st_ctime, s.st_size)
+                    self._db.did_upload_file(filecap, path.decode('UTF-8'),
+                                             s.st_mtime, s.st_ctime, s.st_size)
 
                     #r = self._db.check_file(path.decode('UTF-8'))
                     #was_uploaded = r.was_uploaded()