3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-11 15:50:56 +00:00

Re-disable db debug mode

This commit is contained in:
Krystine Sherwin 2025-07-08 15:44:01 +12:00
parent f84e648391
commit ad9382d46c
No known key found for this signature in database

View file

@ -52,7 +52,7 @@ def transaction(method: Fn) -> Fn:
class SbyStatusDb:
def __init__(self, path: Path, task, timeout: float = 5.0):
self.debug = True
self.debug = False
self.task = task
setup = not os.path.exists(path)