From: Zack Cerza Date: Mon, 2 Nov 2015 18:20:49 +0000 (-0700) Subject: Whitespace tweaks for the linter X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2cabeb4a3391a2420494deb21649ad9a682300e0;p=ceph.git Whitespace tweaks for the linter Signed-off-by: Zack Cerza --- diff --git a/tasks/workunit.py b/tasks/workunit.py index 4384a53a238..720ae7b7df3 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)