aboutsummaryrefslogtreecommitdiff
path: root/trygvis/eda/cli/make_bom.py
diff options
context:
space:
mode:
Diffstat (limited to 'trygvis/eda/cli/make_bom.py')
-rwxr-xr-xtrygvis/eda/cli/make_bom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/trygvis/eda/cli/make_bom.py b/trygvis/eda/cli/make_bom.py
index eae7043..fcdbe99 100755
--- a/trygvis/eda/cli/make_bom.py
+++ b/trygvis/eda/cli/make_bom.py
@@ -21,8 +21,8 @@ class Component(object):
self.fields[field_name] = field_value
-def run(schematic_url, db_path):
- cli.with_database(db_path, lambda g: work(schematic_url, g))
+def run(schematic_url):
+ cli.with_database(lambda g: work(schematic_url, g))
def work(schematic_url, g):