From feb9dc3dd41bc0ccf3f742945d1e5eed199dffbc Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 21 Mar 2018 18:51:24 -0400 Subject: More unit test updates --- cmd2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2.py') diff --git a/cmd2.py b/cmd2.py index 1c869811..84e06b82 100755 --- a/cmd2.py +++ b/cmd2.py @@ -584,7 +584,7 @@ def path_complete(text, line, begidx, endidx, dir_exe_only=False, dir_only=False # This is a directory, so don't add a space or quote set_allow_appended_space(False) set_allow_closing_quote(False) - return ["~" + os.path.sep] + return [completion_token + os.path.sep] elif completion_token.startswith('~'): # Tilde without separator between path is invalid -- cgit v1.2.1