Fix exporting of large files in overhead allocation

This commit is contained in:
Piv
2023-03-20 20:18:08 +10:30
parent 87fa169d0c
commit 41ee0d358f
4 changed files with 14 additions and 55 deletions

View File

@@ -45,7 +45,7 @@ pub extern "C" fn move_money_from_text(
&mut csv::Reader::from_reader(safe_cost_centres.to_bytes()),
&mut output_writer,
use_numeric_accounts,
true,
false,
)
.expect("Failed to move money");
// TODO: Replace all these unwraps with something more elegant