This commit is contained in:
Kovid Goyal 2025-10-05 07:44:29 +05:30
parent dd73ab1b45
commit c961124e02
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)