File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ impl Asset {
185185 . get ( & key)
186186 . with_context ( || {
187187 format ! (
188- "No activity limits supplied for process {} in region {} in year {}. \
188+ "No process availabilities supplied for process {} in region {} in year {}. \
189189 You should update process_availabilities.csv.",
190190 & process. id, region_id, commission_year
191191 )
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ fn check_flows_primary_output(
211211) -> Result < ( ) > {
212212 if let Some ( primary_output) = primary_output {
213213 let flow = flows_map. get ( primary_output) . with_context ( || {
214- format ! ( "Primary output commodity '{primary_output}' isn't a process flow" , )
214+ format ! ( "Primary output commodity '{primary_output}' isn't a process flow" )
215215 } ) ?;
216216
217217 ensure ! (
You can’t perform that action at this time.
0 commit comments