Skip to content

Commit

Permalink
added update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Dec 5, 2023
1 parent 647117f commit 918120d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion process_bigraph/emitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,11 @@ def create_indexes(cls, table: Any, columns: List[Any]) -> None:
def __init__(self, config: Dict[str, Any] = None) -> None:
"""Config may have 'host' and 'database' items. The config passed is expected to be:
{'ports': {'experiment_id':
{'experiment_id':,
'emit_limit':,
'embed_path':,
'ports': {}}
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:
Expand Down

0 comments on commit 918120d

Please sign in to comment.