From 35311cebc81c52f1e5f334df0dec6226d07755c1 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 8 May 2019 00:44:34 -0400 Subject: Updated a comment --- cmd2/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/utils.py') diff --git a/cmd2/utils.py b/cmd2/utils.py index 45e55c2b..398d39e6 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -291,7 +291,7 @@ def expand_user_in_tokens(tokens: List[str]) -> None: tokens[index] = os.path.expanduser(tokens[index]) - # Restore the quotes + # Restore the quotes even if not needed to preserve what the user typed if first_char in constants.QUOTES: tokens[index] = first_char + tokens[index] + first_char -- cgit v1.2.1