GothenburgBitFactory / GothenburgBitFactory/tasklib

no way to use empty strings to create eg `wait.none:` filter

Open
#118 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
159
Forks
29
PR merge metrics
No merged PRs in 30d

Description

use of empty string, eg passing to filter method like: `.filter(wait__any='')` will fail:
```
(Pdb) p normalize_func
>
(Pdb) p normalize_func('')
*** tasklib.backends.TaskWarriorException: No expression to evaluate.
```
this surely affects other things than `wait` because each one is normalized and deserialized differently. but `wait` is the one I want to use it for at the moment...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.