From 2cabeb4a3391a2420494deb21649ad9a682300e0 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 2 Nov 2015 11:20:49 -0700 Subject: [PATCH] Whitespace tweaks for the linter Signed-off-by: Zack Cerza --- tasks/workunit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/workunit.py b/tasks/workunit.py index 4384a53a238f2..720ae7b7df3f0 100644 --- a/tasks/workunit.py +++ b/tasks/workunit.py @@ -13,7 +13,7 @@ log = logging.getLogger(__name__) CLIENT_PREFIX = 'client.' - + def task(ctx, config): """ @@ -336,7 +336,7 @@ def _run_tests(ctx, refspec, role, tests, env, subdir=None, timeout=None): run.Raw('TESTDIR="{tdir}"'.format(tdir=testdir)), run.Raw('CEPH_ID="{id}"'.format(id=id_)), run.Raw('PATH=$PATH:/usr/sbin') - ] + ] if env is not None: for var, val in env.iteritems(): quoted_val = pipes.quote(val) -- 2.39.5