]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/cephfs/test_volume_client.py
import 14.2.4 nautilus point release
[ceph.git] / ceph / qa / tasks / cephfs / test_volume_client.py
index 06094dd6fe988f90f2efc441e7494724debd2655..8ab632b92a62664f4c5ce6d858da2d9cb886cfdd 100644 (file)
@@ -19,7 +19,9 @@ class TestVolumeClient(CephFSTestCase):
     def setUp(self):
         CephFSTestCase.setUp(self)
         self.py_version = self.ctx.config.get('overrides', {}).get('python', 'python')
-        log.info("using python version: %s".format(self.py_version))
+        log.info("using python version: {python_version}".format(
+            python_version=self.py_version
+        ))
 
     def _volume_client_python(self, client, script, vol_prefix=None, ns_prefix=None):
         # Can't dedent this *and* the script we pass in, because they might have different