Skip to content

Commit

Permalink
Update src/briefcase/commands/convert.py
Browse files Browse the repository at this point in the history
from suggested changes

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
  • Loading branch information
logan-keede and freakboy3742 authored Dec 29, 2024
1 parent e52713b commit 6105119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/briefcase/commands/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ def input_console_app(self, override_value: str | None) -> bool:
options = ["GUI", "Console"]
return (
self.select_option(
intro=("is this a GUI application or a Console application?"),
variable="Interface Style",
intro="Is this a GUI application or a console application?",
variable="interface style",
default=None,
options=options,
override_value=override_value,
Expand Down

0 comments on commit 6105119

Please sign in to comment.