Skip to content

Commit f89bfe2

Browse files
committed
fix
1 parent 2b1303d commit f89bfe2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/subprocess.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,6 @@ def _execute_child(self, args, executable, preexec_fn, close_fds,
16941694
# the ones in the handle_list
16951695
close_fds = False
16961696

1697-
<<<<<<< HEAD
16981697
if shell:
16991698
if not startupinfo.dwFlags & _winapi.STARTF_USESHOWWINDOW:
17001699
startupinfo.dwFlags |= _winapi.STARTF_USESHOWWINDOW

0 commit comments

Comments
 (0)