fix: correct issue causing the status_report filter to not apply

This commit is contained in:
Alex Kelly 2021-10-18 12:18:38 -04:00
parent 1c9652eaa0
commit cd7da8a730

View file

@ -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,