Commit 5f0a3d9d authored by Ramon Nou's avatar Ramon Nou
Browse files

Bug with posix cp, need to close the file

parent 45c2e845
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -185,6 +185,7 @@ seq_mixed_operation::progress(int ongoing_index) {


    m_status = error_code::success;
    m_output_file->close();
    return -1;
}