mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Task: Code cleanup
This commit is contained in:
parent
d285f3a247
commit
733e4e5aff
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ Task::dateState Task::getDateState (const std::string& name) const
|
|||
bool Task::is_ready () const
|
||||
{
|
||||
return getStatus () == Task::pending &&
|
||||
!is_blocked &&
|
||||
! is_blocked &&
|
||||
(! has ("scheduled") ||
|
||||
Date ("now").operator> (get_date ("scheduled")));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue