3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-14 00:51:18 +00:00

Re-disable db debug mode

This commit is contained in:
Krystine Sherwin 2025-06-18 11:56:52 +12:00
parent a1196caee0
commit 547749bc18
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)