diff options
Diffstat (limited to 'deskutils/py-taskw/files/patch-taskw_warrior.py')
-rw-r--r-- | deskutils/py-taskw/files/patch-taskw_warrior.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/deskutils/py-taskw/files/patch-taskw_warrior.py b/deskutils/py-taskw/files/patch-taskw_warrior.py new file mode 100644 index 000000000000..bacc4e8e54de --- /dev/null +++ b/deskutils/py-taskw/files/patch-taskw_warrior.py @@ -0,0 +1,14 @@ +--- taskw/warrior.py.orig 2021-09-09 11:19:46 UTC ++++ taskw/warrior.py +@@ -412,10 +412,10 @@ class TaskWarriorShellout(TaskWarriorBase): + and https://github.com/ralphbean/taskw/issues/30 for more. + """ + DEFAULT_CONFIG_OVERRIDES = { ++ 'verbose': 'nothing', + 'json': { + 'array': 'TRUE' + }, +- 'verbose': 'nothing', + 'confirmation': 'no', + 'dependency': { + 'confirmation': 'no', |