Skip to content

Commit 5e7403b

Browse files
committed
Updated generation_mix.py with spaces problems for 3 lines from 349 to 351
1 parent 6ec6fa4 commit 5e7403b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

electricitylci/generation_mix.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ def olcaschema_genmix(database, gen_dict, subregion=None):
347347
)
348348
ra["quantitativeReference"] = False
349349
ra["provider"] = {
350-
"name": matching_dict["name"],
351-
"@id": matching_dict["uuid"],
352-
"category": matching_dict["category"].split("/"),
350+
"name": matching_dict["name"],
351+
"@id": matching_dict["uuid"],
352+
"category": matching_dict["category"].split("/"),
353353
}
354354
#if matching_dict is None:
355355
exchange(ra, exchanges_list)

0 commit comments

Comments
 (0)