Skip to content

Commit

Permalink
fix emitter none mode
Browse files Browse the repository at this point in the history
  • Loading branch information
prismofeverything committed Aug 16, 2024
1 parent 08d9fb2 commit deb26eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_bigraph/composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def __init__(self, config=None, core=None):
'global_time_precision']

emitter_config = self.config.get('emitter')
if emitter_config:
if emitter_config and not emitter_config.get('mode', 'none') == 'none':
self.add_emitter(
emitter_config)

Expand Down

0 comments on commit deb26eb

Please sign in to comment.