From fdbf591cbacc92e35b4dabd0b5feb038679527fa Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Fri, 1 Jul 2011 09:29:19 -0700 Subject: [PATCH] Whitespace cleanup. --- teuthology/suite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/suite.py b/teuthology/suite.py index ac4da570934ed..ba200a1a9ce2b 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -129,11 +129,11 @@ def ls(): args = parser.parse_args() import yaml - + for j in sorted(os.listdir(args.archive_dir)): if j.startswith('.'): continue - + try: summary = {} with file('%s/%s/summary.yaml' % (args.archive_dir,j)) as f: -- 2.39.5