Skip to content

Commit 419409c

Browse files
committed
Fix formatting issues in configuration prompts and config replacement logic
1 parent 6bbfbe9 commit 419409c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapseclient/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,7 @@ def _prompt_for_credentials(
18701870

18711871
if not profile:
18721872
input_profile = input(
1873-
"Configuration profile name (Optional, 'default' used if not specified)): "
1873+
"Configuration profile name (Optional, 'default' used if not specified): "
18741874
)
18751875
if not input_profile:
18761876
input_profile = "default"

0 commit comments

Comments
 (0)