Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ServiceNow/BrowserGym
Browse files Browse the repository at this point in the history
  • Loading branch information
optimass committed Jan 17, 2025
2 parents 4dcfacf + ec6b802 commit 75c3092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def run_massage(outcome_queue: mp.Queue):
outcome_queue.put(outcome)

queue = mp.Queue()
process = mp.Process(target=run_massage, args=queue)
process = mp.Process(target=run_massage, args=(queue,))
process.start()
process.join(timeout=timeout)

Expand Down

0 comments on commit 75c3092

Please sign in to comment.