Skip to content

Commit

Permalink
add default value to create_pyc
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Jun 17, 2024
1 parent dcf04cf commit a43484d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/end_to_end/packaged_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def build_package(
output_path: str,
build_command: str,
startup_command: str,
create_pyc: bool,
*,
create_pyc: bool = False,
) -> Iterator[None]:
"""Builds the package, but also delete it afterwards."""
try:
Expand Down

0 comments on commit a43484d

Please sign in to comment.