Skip to content

Commit b126838

Browse files
committed
Update function call to new signature.
1 parent ccd81fd commit b126838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def set_log_level(level):
154154
# init_repo and init_submodules set to False, because all of this is inside a .gitignore'd directory
155155
(
156156
example.generate_cpp_project,
157-
[False, False, "Lattice", "[email protected]", "2025", "BSD-3-Clause"],
157+
[False, False, False, "Lattice", "[email protected]", "2025", "BSD-3-Clause"],
158158
),
159159
],
160160
"clean": True,

0 commit comments

Comments
 (0)