Skip to content

Commit

Permalink
decrease debug log complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Jan 18, 2024
1 parent fdae57e commit f1bdc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assume/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ async def setup_output_agent(

# mango multiprocessing is currently only supported on linux
# with single
if platform == "linux":
if platform == False:
self.addresses.append(self.addr)

def creator(container):
Expand Down

0 comments on commit f1bdc70

Please sign in to comment.