diff options
author | Linus Nordberg <linus@nordu.net> | 2016-11-26 22:41:40 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-11-26 22:41:40 +0100 |
commit | af5ada8e45b992093947b8c370217ddac7165367 (patch) | |
tree | 9b7107b4e71db9dac03503bb3c533803a0714775 /tools/merge_fetch.py | |
parent | 51fc813ded944c4f9e7e8e89977976f1be1aa591 (diff) |
Remove old assertion used for testing.
Diffstat (limited to 'tools/merge_fetch.py')
-rwxr-xr-x | tools/merge_fetch.py | 2 |
1 files changed, 0 insertions, 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 |