mirror of
https://github.com/yavook/kiwi-scp.git
synced 2025-12-07 09:03:06 +00:00
"Current" => "Default"
This commit is contained in:
parent
9d82690171
commit
b4583fd1be
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from .subcommand import SubCommand
|
||||||
|
|
||||||
def user_input(config, key, prompt):
|
def user_input(config, key, prompt):
|
||||||
# prompt user as per argument
|
# prompt user as per argument
|
||||||
result = input("{} [Current: {}] ".format(prompt, config[key])).strip()
|
result = input("{} [Default: {}] ".format(prompt, config[key])).strip()
|
||||||
|
|
||||||
# store result if present
|
# store result if present
|
||||||
if result:
|
if result:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue