From 8265e39db576e3d74e148ad550bae9de132c0c37 Mon Sep 17 00:00:00 2001 From: Barry deFreese Date: Wed, 16 Dec 2009 22:50:14 +0000 Subject: [PATCH] Fix indentation screwup --- dak/queue_report.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dak/queue_report.py b/dak/queue_report.py index 10073931..6843bdd7 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -360,8 +360,8 @@ def process_changes_files(changes_files, type, log): source = i[1]["list"][0]["source"] if len(source) > max_source_len: max_source_len = len(source) - binary_list = i[1]["list"][0]["binary"].keys() - binary = ', '.join(binary_list) + binary_list = i[1]["list"][0]["binary"].keys() + binary = ', '.join(binary_list) arches = {} versions = {} for j in i[1]["list"]: -- 2.39.2