Make sure a confusing last report step message is not written out
This commit is contained in:
parent
c7200aa1af
commit
eb2fb4c233
@ -379,14 +379,15 @@ void Schedule::iterateScheduleSection(std::size_t load_start, std::size_t load_e
|
|||||||
start_date,
|
start_date,
|
||||||
days_total));
|
days_total));
|
||||||
|
|
||||||
logger(fmt::format("{}Initializing report step {}/{} at {} ({} {}) - line {}",
|
if (report_step < (load_end - 1))
|
||||||
prefix,
|
logger(fmt::format("{}Initializing report step {}/{} at {} ({} {}) - line {}",
|
||||||
report_step + 1,
|
prefix,
|
||||||
this->m_sched_deck.size() - 1,
|
report_step + 1,
|
||||||
start_date,
|
this->m_sched_deck.size() - 1,
|
||||||
days_total,
|
start_date,
|
||||||
time_unit,
|
days_total,
|
||||||
block.location().lineno));
|
time_unit,
|
||||||
|
block.location().lineno));
|
||||||
}
|
}
|
||||||
this->create_next(block);
|
this->create_next(block);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user