]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
remove superfluous plus sign
authorDavid Stainton <dstainton415@gmail.com>
Wed, 15 Jul 2015 19:15:25 +0000 (12:15 -0700)
committerDavid Stainton <dstainton415@gmail.com>
Wed, 15 Jul 2015 19:15:25 +0000 (12:15 -0700)
src/allmydata/frontends/magic_folder.py

index 9179ebb701396c98b027804de1bbe31c37376c6f..31407a649c7fd1cc2cd9b0e6c2aa12f2d14c1725 100644 (file)
@@ -212,7 +212,7 @@ class MagicFolder(service.MultiService):
         d = file_node.download_best_version()
         def succeeded(res):
             d.addCallback(lambda result: self._write_downloaded_file(name, result))
-            self._stats_provider.count('magic_folder.objects_downloaded', +1)
+            self._stats_provider.count('magic_folder.objects_downloaded', 1)
             return None
         def failed(f):
             return Failure("download failed")