Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 24, 2024
1 parent 622b67a commit 9d7fe51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new_tests/test_free_threading.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_unsafe(self):
config = {"hosts": [("127.0.0.1", 3000)]}

def read_bin():
nonlocal barrier
nonlocal barrier, config
barrier.wait()
client = aerospike.client(config)
_, _, bins = client.get(key)
Expand Down

0 comments on commit 9d7fe51

Please sign in to comment.