This commit is contained in:
Marco Castelluccio 2019-10-23 12:28:15 +01:00
Родитель a8866bb562
Коммит 5fe9b7827b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -146,10 +146,10 @@ file = {{ driver = "file", path = "{cache_path}" }}
values_prev_28 = []
values_prev_56 = []
key = f"{type_}${task}${{}}"
key = f"{type_}${task}$"
for item in items:
full_key = key.format(item)
full_key = key + item
if full_key not in past_failures:
cur = past_failures[full_key] = ExpQueue(