Fix exporting of large files in overhead allocation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user