Skip to content

Commit

Permalink
Merge branch 'main' of github.com:upb-lea/transistordatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Apr 2, 2024
2 parents 70632ea + ba4a314 commit 5446389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transistordatabase/examples/first_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def example_update_from_online_database():
# handle the path to the DatabaseManager(path), to handle a custom database folder to the manager.
path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "tdb_example_downloaded")
db = DatabaseManager()
db.set_operation_mode_json(path)
db.update_from_fileexchange(True)

# Compare local database to exchange database:
Expand Down

0 comments on commit 5446389

Please sign in to comment.