diff options
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 08ca1b80..cd8ff110 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -3392,7 +3392,7 @@ class Cmd(cmd.Cmd): command = utils.quote_string_if_needed(os.path.expanduser(self.editor)) if args.file_path: - command += " " + utils.quote_string_if_needed(os.path.expaclass nduser(args.file_path)) + command += " " + utils.quote_string_if_needed(os.path.expanduser(args.file_path)) self.do_shell(command) |