Skip to content

Commit

Permalink
Update mongolike.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Jun 13, 2023
1 parent b90bb40 commit cae71aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/maggma/stores/mongolike.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ def __init__(
if database_path is None:
database_path = str(Path.cwd())

self.database = "MontyDB"
self.database_path = database_path
self.database_name = database_name
self.collection_name = collection_name
Expand Down

0 comments on commit cae71aa

Please sign in to comment.