From ddcf2089bd1531610bba4680c63dd31802b56562 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 21 Nov 2012 08:29:47 -0800 Subject: [PATCH] workunit: fix indentation --- teuthology/task/workunit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/task/workunit.py b/teuthology/task/workunit.py index f0232d30847a3..ae48d48fd5891 100644 --- a/teuthology/task/workunit.py +++ b/teuthology/task/workunit.py @@ -226,8 +226,8 @@ def _run_tests(ctx, refspec, role, tests, env, subdir=None): args=['rm', '-rf', '--', scratch_tmp], ) finally: - log.info('Stopping %s on %s...', spec, role) - remote.run( + log.info('Stopping %s on %s...', spec, role) + remote.run( logger=log.getChild(role), args=[ 'rm', '-rf', '--', '/tmp/cephtest/workunits.list', srcdir, -- 2.39.5