diff --git a/src/calibre/gui2/open_with.py b/src/calibre/gui2/open_with.py index 96431820e9..4e3cd29c0c 100644 --- a/src/calibre/gui2/open_with.py +++ b/src/calibre/gui2/open_with.py @@ -166,7 +166,7 @@ if iswindows: argv = winutil.parse_cmdline(cmdline) exe = argv[0] rest = subprocess.list2cmdline(argv[1:]) - print('Running Open With commandline:', repr(entry['cmdline']), ' |==> ', exe, repr(rest)) + print('Running Open With commandline:', repr(entry['cmdline']), ' |==> ', exe, rest) try: with sanitize_env_vars(): os.startfile(exe, 'open', rest)