From: Alfredo Deza Date: Thu, 26 Feb 2015 16:35:31 +0000 (-0500) Subject: remove uneeded variable assignment for call X-Git-Tag: v10.2.6~165^2^2~538^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0a65e90db2e40b04c7cbb2347f4c759e283a2c2e;p=ceph.git remove uneeded variable assignment for call Signed-off-by: Alfredo Deza --- diff --git a/tasks/cephfs/mount.py b/tasks/cephfs/mount.py index 2e6d637c149..1413b818f3b 100644 --- a/tasks/cephfs/mount.py +++ b/tasks/cephfs/mount.py @@ -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 ])