Skip to content

Commit

Permalink
yet another fix for task scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
AnarManafov committed Jun 10, 2022
1 parent a645ba9 commit 26b42fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds-commander/src/Scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ bool CScheduler::checkRequirements(const topology_api::CTopoRequirement::PtrVect
else if (type == EType::Custom)
{
// ignore custom requirements
return true;
result = true;
}

// All requirements must be satisfied at the same time
Expand Down

0 comments on commit 26b42fb

Please sign in to comment.