From 8db244bd474ca5334933da927968ae4d1c3af525 Mon Sep 17 00:00:00 2001 From: josef Date: Thu, 3 Sep 2015 11:51:42 +0200 Subject: bugfix --- tools/josef_nagios_auditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/josef_nagios_auditor.py') diff --git a/tools/josef_nagios_auditor.py b/tools/josef_nagios_auditor.py index e950c8b..05390f8 100755 --- a/tools/josef_nagios_auditor.py +++ b/tools/josef_nagios_auditor.py @@ -165,7 +165,7 @@ def verify_inclusion_all(url, old, new): if old["tree_size"]!= new["tree_size"]: entries = [] while len(entries) + old[url]["tree_size"]!= new[url]["tree_size"]: - entries = get_entries(url, str(int(old[url]["tree_size"]) + len(entries)), new[url]["tree_size"] -1)["entries"] + entries += get_entries(url, str(int(old[url]["tree_size"]) + len(entries)), new[url]["tree_size"] -1)["entries"] success = True for i in entries: -- cgit v1.1