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",
|
"export",
|
||||||
"status_report:display",
|
"status_report:display",
|
||||||
"-home",
|
"-home",
|
||||||
|
"-deleted",
|
||||||
]
|
]
|
||||||
tasks = subprocess.run(
|
tasks = subprocess.run(
|
||||||
task_command,
|
task_command,
|
||||||
|
|
Loading…
Reference in a new issue