From af5ada8e45b992093947b8c370217ddac7165367 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sat, 26 Nov 2016 22:41:40 +0100 Subject: Remove old assertion used for testing. --- tools/merge_fetch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/merge_fetch.py b/tools/merge_fetch.py index 28e775f..10fd406 100755 --- a/tools/merge_fetch.py +++ b/tools/merge_fetch.py @@ -227,10 +227,8 @@ def merge_fetch_parallel(args, config, localconfig): # order. for e in fetch_set: if not e in fetch_dict: - save = procs.values() l = procs.values() rand.shuffle(l) - assert save == procs.values() fetch_dict[e] = l # For each entry to fetch, treat its list of nodes as a # circular list and ask the one in the front to fetch the -- cgit v1.1