We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2faea1 commit 6a80707Copy full SHA for 6a80707
qiskit_experiments/database_service/utils.py
@@ -390,7 +390,7 @@ def add_entry(
390
Raises:
391
ValueError: When index is not unique in this table.
392
"""
393
- with self.lock:
+ with self._lock:
394
if index in self._container.index:
395
raise ValueError(f"Table index {index} already exists in the table.")
396
0 commit comments