Skip to content

Commit 904b084

Browse files
committed
Align ddn_layout param default with that in lq_checkout
1 parent 97e068d commit 904b084

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

splitgraph/core/image.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ def get_table(self, table_name: str) -> Table:
129129
)
130130

131131
@manage_audit
132-
def checkout(self, force: bool = False, layered: bool = False, ddn_layout: bool = True) -> None:
132+
def checkout(
133+
self, force: bool = False, layered: bool = False, ddn_layout: bool = False
134+
) -> None:
133135
"""
134136
Checks the image out, changing the current HEAD pointer. Raises an error
135137
if there are pending changes to its checkout.

0 commit comments

Comments
 (0)