]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs.py: pep8 E225. add missing whitespace around operator
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sun, 1 Mar 2015 21:17:45 +0000 (22:17 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 3 Mar 2015 11:59:30 +0000 (12:59 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/pybind/cephfs.py

index ea450599e0127bc39f73d39c34e4bc89f5aa2585..5ce548b317759a5eeb493f2ac3531be8d86dcdc0 100644 (file)
@@ -162,7 +162,7 @@ class LibCephFS(object):
             raise TypeError('conffile must be a string or None')
         ret = self.libcephfs.ceph_create(byref(self.cluster), c_char_p(0))
         if ret != 0:
-            raise Error("libcephfs_initialize failed with error code: %d" %ret)
+            raise Error("libcephfs_initialize failed with error code: %d" % ret)
         self.state = "configuring"
         if conffile is not None:
             # read the default conf file when '' is given