Skip to content

Commit

Permalink
Update rabbitmq.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Mar 4, 2024
1 parent 8264462 commit cc37c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maggma/cli/rabbitmq.py
Expand Up @@ -136,7 +136,7 @@ def manager(
if not chunk_dict["distributed"]:
temp_builder_dict = dict(**builder_dict)
temp_builder_dict.update(chunk_dict["chunk"]) # type: ignore
temp_builder_dict = jsanitize(temp_builder_dict)
temp_builder_dict = jsanitize(temp_builder_dict, recursive_msonable=True)

# Send work for available workers
for identity in workers:
Expand Down

0 comments on commit cc37c23

Please sign in to comment.