fix: correct issue causing the status_report filter to not apply
This commit is contained in:
parent
1c9652eaa0
commit
cd7da8a730
1 changed files with 1 additions and 1 deletions
|
@ -26,10 +26,10 @@ def main(uuid, header, sort):
|
|||
task_command = [
|
||||
"task",
|
||||
f"end.after:{last_monday}",
|
||||
"export",
|
||||
"status_report:display",
|
||||
"-home",
|
||||
"-deleted",
|
||||
"export",
|
||||
]
|
||||
tasks = subprocess.run(
|
||||
task_command,
|
||||
|
|
Loading…
Reference in a new issue