mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Don't crash immediately if invalid filter
This commit is contained in:
parent
5e469b8a6d
commit
2d35a14e5f
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ impl TTApp {
|
|||
|
||||
pub fn update(&mut self) -> Result<(), Box<dyn Error>> {
|
||||
self.task_report_table.export_headers()?;
|
||||
self.export_tasks()?;
|
||||
let _ = self.export_tasks();
|
||||
self.export_contexts()?;
|
||||
self.update_tags();
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue