Skip to content

Commit 660df86

Browse files
Update pylammpsmpi/wrapper/concurrent.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6cf81d5 commit 660df86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylammpsmpi/wrapper/concurrent.py

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def execute_async(
5656
interface = interface_bootup(
5757
command_lst=cmds,
5858
connections=connection_interface),
59+
connections=connection_interface,
5960
)
6061
while True:
6162
task_dict = future_queue.get()

0 commit comments

Comments
 (0)