Skip to content

Commit a5d0b59

Browse files
committed
default 'yes' to False to enable prompt
1 parent 87e2225 commit a5d0b59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class Config(Loggable):
151151

152152
output_format: str = OutputFormat.CSV
153153

154-
yes: bool = True
154+
yes: bool = False
155155

156156
def __init__(self, model=None, payload=None, path=None):
157157
# need to initialize logger

0 commit comments

Comments
 (0)