File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -196,8 +196,7 @@ def check_cmd_exists(cmd: str) -> bool:
196196def confirm_values (choices : ProjectValues ) -> bool :
197197 """Confirm the values entered by the user."""
198198 print (
199- "\n [green][bold]Creating a New Python app with the below "
200- "settings :\n "
199+ "\n [green][bold]Creating a New Python app with the below settings :\n "
201200 )
202201
203202 padding : int = max (len (key ) for key , _ in choices ) + 3
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ certifi==2024.8.30
55cffi == 1.17.1
66charset-normalizer == 3.3.2
77click == 8.1.7
8- colorama == 0.4.6 ; platform_system == 'Windows '
8+ colorama == 0.4.6 ; sys_platform == 'win32 '
99cryptography == 43.0.1
1010deprecated == 1.2.14
1111gitdb == 4.0.11
You can’t perform that action at this time.
0 commit comments