Update export_headers to always create new vec!

This commit is contained in:
Dheepak Krishnamurthy 2020-08-04 05:15:17 -06:00
parent 8962784852
commit a7b4f424e3

View file

@ -560,6 +560,8 @@ impl TTApp {
}
pub fn export_headers(&mut self) {
self.task_report_columns = vec![];
self.task_report_labels = vec![];
let output = Command::new("task")
.arg("show")