We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3bca9 commit 853c2ecCopy full SHA for 853c2ec
source/content/cheatsheet/importing.md
@@ -70,7 +70,7 @@ Start with a basic project which has the correct set of elementary flows for you
70
```python
71
importer = bi.SingleOutputEcospold2Importer(
72
dirpath='<ecoinvent_database_zip_file>',
73
- dbname='<database_name>'
+ db_name='<database_name>'
74
)
75
importer.apply_strategies()
76
importer.write_database()
0 commit comments