From 00b1daf10c4704972b8c886c65a1fb612bf63f4e Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Mon, 7 Oct 2019 12:01:26 +0200 Subject: [PATCH] Fix tab inconsistent indent Signed-off-by: Kyr Shatskyy --- teuthology/openstack/test/openstack-integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/openstack/test/openstack-integration.py b/teuthology/openstack/test/openstack-integration.py index c8032002ba..6ad49f48b1 100644 --- a/teuthology/openstack/test/openstack-integration.py +++ b/teuthology/openstack/test/openstack-integration.py @@ -76,7 +76,7 @@ class Integration(object): self.worker_cmd = ("teuthology-worker --tube openstack " + "-l " + self.logs + " " "--archive-dir " + self.archive + " ") - logging.info(self.worker_cmd) + logging.info(self.worker_cmd) self.worker = subprocess.Popen(self.worker_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, -- 2.39.5