From 77145f1b7f8e6938d37f1c2d08517b94b4c0ad93 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 10 Dec 2013 16:25:28 -0600 Subject: [PATCH] Fix indentation Signed-off-by: Zack Cerza --- teuthology/kill.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/teuthology/kill.py b/teuthology/kill.py index ba101db2eab0b..9bff4371f7275 100755 --- a/teuthology/kill.py +++ b/teuthology/kill.py @@ -51,10 +51,10 @@ def find_suite_info(suite_archive_dir): for key in job_info.keys(): if key in suite_info_fields and key not in suite_info: suite_info[key] = job_info[key] - if 'pid' in job_info: - pids = suite_info.get('pids', []) - pids.append(job_info['pid']) - suite_info['pids'] = pids + if 'pid' in job_info: + pids = suite_info.get('pids', []) + pids.append(job_info['pid']) + suite_info['pids'] = pids return suite_info -- 2.39.5