]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Whitespace tweaks for the linter
authorZack Cerza <zack@redhat.com>
Mon, 2 Nov 2015 18:20:49 +0000 (11:20 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 2 Nov 2015 18:20:49 +0000 (11:20 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
tasks/workunit.py

index 4384a53a238f2301a1de77f40369a31e0ea13684..720ae7b7df3f0523f8d1e8d53a866184e48a8e34 100644 (file)
@@ -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)