mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:46:13 +00:00
UI: TaskInfo::handleFinished: Fix typo
This commit is contained in:
parent
f1c500cd51
commit
86b226b986
@ -149,7 +149,7 @@ void TaskInfo::handleFinished(bool success)
|
|||||||
|
|
||||||
m_failedCount = 0;
|
m_failedCount = 0;
|
||||||
} else {
|
} else {
|
||||||
if (++m_failedCount >= maxRetries()) {
|
if (++m_failedCount > maxRetries()) {
|
||||||
m_failedCount = 0;
|
m_failedCount = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user