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_command = [
|
||||||
"task",
|
"task",
|
||||||
f"end.after:{last_monday}",
|
f"end.after:{last_monday}",
|
||||||
"export",
|
|
||||||
"status_report:display",
|
"status_report:display",
|
||||||
"-home",
|
"-home",
|
||||||
"-deleted",
|
"-deleted",
|
||||||
|
"export",
|
||||||
]
|
]
|
||||||
tasks = subprocess.run(
|
tasks = subprocess.run(
|
||||||
task_command,
|
task_command,
|
||||||
|
|
Loading…
Reference in a new issue