| Index: client/run_isolated.py
|
| diff --git a/client/run_isolated.py b/client/run_isolated.py
|
| index 03af33a746c331fe429c38e7107ae4bfdee8f7a1..9bdcc2b597b53959d267b6724725f83daa258901 100755
|
| --- a/client/run_isolated.py
|
| +++ b/client/run_isolated.py
|
| @@ -281,7 +281,7 @@ def fetch_and_map(isolated_hash, storage, cache, outdir, use_symlinks):
|
| 'initial_size': cache.initial_size,
|
| 'items_cold': base64.b64encode(large.pack(sorted(cache.added))),
|
| 'items_hot': base64.b64encode(
|
| - large.pack(sorted(set(cache.linked) - set(cache.added)))),
|
| + large.pack(sorted(set(cache.used) - set(cache.added)))),
|
| }
|
|
|
|
|
|
|