We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8041d6f commit da9d378Copy full SHA for da9d378
1 file changed
src/manage/scriptutils.py
@@ -90,7 +90,7 @@ def _find_shebang_command(cmd, full_cmd, *, windowed=None):
90
return cmd.get_install_to_run(f"PythonCore/{tag}", windowed=True)
91
if sh_cmd.match("python*.exe"):
92
tag = sh_cmd.name[6:-4]
93
- return cmd.get_install_to_run(f"PythonCore/{tag}")
+ return cmd.get_install_to_run(f"PythonCore/{tag}", windowed=windowed)
94
95
raise LookupError
96
0 commit comments