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:
parent
f84e648391
commit
ad9382d46c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue