@@ -168,8 +168,8 @@ def generate_technosphere_mapping(
168
168
name = f"{ source_db_name } -{ target_db_name } " ,
169
169
description = description ,
170
170
contributors = [
171
- {"title" : "ecoinvent association" , "path" : "https://ecoinvent.org/" , "role " : "author" },
172
- {"title" : "Chris Mutel" , "path" : "https://chris.mutel.org/" , "role " : "wrangler" },
171
+ {"title" : "ecoinvent association" , "path" : "https://ecoinvent.org/" , "roles " : [ "author" ] },
172
+ {"title" : "Chris Mutel" , "path" : "https://chris.mutel.org/" , "roles " : [ "wrangler" ] },
173
173
],
174
174
mapping_source = MappingConstants .ECOSPOLD2 ,
175
175
mapping_target = MappingConstants .ECOSPOLD2 ,
@@ -279,8 +279,8 @@ def generate_biosphere_mapping(
279
279
name = f"{ source_db_name } -{ target_db_name } " ,
280
280
description = description ,
281
281
contributors = [
282
- {"title" : "ecoinvent association" , "path" : "https://ecoinvent.org/" , "role " : "author" },
283
- {"title" : "Chris Mutel" , "path" : "https://chris.mutel.org/" , "role " : "wrangler" },
282
+ {"title" : "ecoinvent association" , "path" : "https://ecoinvent.org/" , "roles " : [ "author" ] },
283
+ {"title" : "Chris Mutel" , "path" : "https://chris.mutel.org/" , "roles " : [ "wrangler" ] },
284
284
],
285
285
mapping_source = MappingConstants .ECOSPOLD2_BIO ,
286
286
mapping_target = MappingConstants .ECOSPOLD2_BIO ,
0 commit comments