Filtered out 'deleted' tasks that were in the report
This commit is contained in:
parent
cdb5799313
commit
d9742df69c
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ def main(uuid, header):
|
|||
"export",
|
||||
"status_report:display",
|
||||
"-home",
|
||||
"-deleted",
|
||||
]
|
||||
tasks = subprocess.run(
|
||||
task_command,
|
||||
|
|
Loading…
Reference in a new issue