Skip to content

Commit

Permalink
Update futures_mpi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Mar 28, 2024
1 parent 6b44677 commit b2be0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ema_workbench/em_framework/futures_mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run_experiment_mpi(experiment):


def send_sentinel():
record = logging.makeLogRecord(dict(level=logging.CRITICAL, msg=None))
record = logging.makeLogRecord(dict(level=logging.CRITICAL, msg=None, name=42))

for handler in get_rootlogger().handlers:
if isinstance(handler, MPIHandler):
Expand Down

0 comments on commit b2be0b4

Please sign in to comment.