Skip to content

Commit

Permalink
updated docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Dec 1, 2023
1 parent 15d19d4 commit 8f89d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion process_bigraph/emitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ def create_indexes(cls, table: Any, columns: List[Any]) -> None:
def __init__(self, config: Dict[str, Any]) -> None:
"""Config may have 'host' and 'database' items.
PLEASE NOTE: the following command must be evoked prior to instantiating this class:
PLEASE NOTE: Some command must be evoked to start the MongoDb server prior to the instantiation
of this class. For example, the following command must be evoked prior to instantiating this class:
(on Mac):
`mongod --config /opt/homebrew/etc/mongod.conf --fork`
Expand Down

0 comments on commit 8f89d76

Please sign in to comment.