X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/dc2ec94de3a7e10ace14a2f9540ef1455de5b2d2..3183652e5dd661da1569c758f6a3f2fb7fe9fd27:/tasklib/task.py?ds=inline diff --git a/tasklib/task.py b/tasklib/task.py index f070e6b..79899ba 100644 --- a/tasklib/task.py +++ b/tasklib/task.py @@ -881,7 +881,7 @@ class TaskWarrior(object): 'recurrence.confirmation': 'no', # Necessary for modifying R tasks # 2.4.3 onwards supports 0 as infite bulk, otherwise set just # arbitrary big number which is likely to be large enough - 'bulk': 0 if self.version > VERSION_2_4_3 else 100000, + 'bulk': 0 if self.version >= VERSION_2_4_3 else 100000, } # Set data.location override if passed via kwarg