Skip to content

Commit e4a7631

Browse files
authored
Fix strict mode on TUI. (#521)
1 parent ae91034 commit e4a7631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datashuttle/tui/shared/validate_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def on_button_pressed(self, event: Button.Pressed) -> None:
142142
if self.interface:
143143

144144
if self.interface.project.is_local_project():
145-
include_central = True
145+
include_central = False
146146
else:
147147
include_central = self.query_one(
148148
"#validate_include_central_checkbox"

0 commit comments

Comments
 (0)