Skip to content

Commit 64b088e

Browse files
authored
Merge branch 'foresight' into remove_forecast
2 parents f558325 + 5bc24f5 commit 64b088e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/muse/mca.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ def run(self) -> None:
329329
self.outputs_cache.consolidate_cache(year=self.time_framework[year_idx])
330330

331331
getLogger(__name__).info(
332-
f"Finish simulation year {years[0]} ({year_idx + 1}/{nyear})!"
332+
f"Finished simulation period {years[0]} to {years[1]} "
333+
f"({year_idx + 1}/{nyear})!"
333334
)
334335

335336

0 commit comments

Comments
 (0)