]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
remove uneeded variable assignment for call
authorAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 16:35:31 +0000 (11:35 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 16:35:31 +0000 (11:35 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
tasks/cephfs/mount.py

index 2e6d637c149c60c888f90d45af2cda6967a6b2b8..1413b818f3bb7749df93156f04647baf8a2207db 100644 (file)
@@ -226,7 +226,7 @@ class CephFSMount(object):
             """).format(path=path)
 
         log.info("check lock on file {0}".format(basename))
-        r = self.client_remote.run(args=[
+        self.client_remote.run(args=[
             'sudo', 'python', '-c', pyscript
         ])