From d9742df69c9b3a698afe4aaacfe70c92e0eb2b32 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 23 Aug 2021 22:22:21 -0400 Subject: [PATCH] Filtered out 'deleted' tasks that were in the report --- task_status/task_status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/task_status/task_status.py b/task_status/task_status.py index b58e7ab..0d17cd0 100755 --- a/task_status/task_status.py +++ b/task_status/task_status.py @@ -26,6 +26,7 @@ def main(uuid, header): "export", "status_report:display", "-home", + "-deleted", ] tasks = subprocess.run( task_command,