Skip to content

Commit 1ad3b3a

Browse files
committed
default value for qb_args
1 parent 98769c8 commit 1ad3b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qbpm/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def then_launch(
159159
profile: Profile,
160160
launch: bool,
161161
foreground: bool,
162-
qb_args: tuple[str, ...],
162+
qb_args: tuple[str, ...] = (),
163163
**kwargs: Any,
164164
) -> None:
165165
exit_with(

0 commit comments

Comments
 (0)