I cannot type today

This commit is contained in:
Ian Roddis
2022-02-01 13:38:08 -04:00
parent b3397381dc
commit c9bfce31e6

View File

@@ -111,7 +111,7 @@ namespace daggy {
while (n_submitted < MAX_SUBMITS) {
auto t = dag_.visitNext();
if (!t)
continue;
break;
auto &taskName = t.value().first;
taskAttemptCounts_[taskName] = 1;