Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fake-name/ChromeController
Browse files Browse the repository at this point in the history
  • Loading branch information
Fake Name committed Dec 1, 2024
2 parents 5a4c286 + 5c96753 commit 1aaa1ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ChromeController/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,6 @@ def _launch_process(self, binary, dbg_port, base_tab_key, additional_options):
preexec_fn = exit_handler.on_parent_exit('SIGTERM')

self.cr_proc = subprocess.Popen(argv,
stdin = open(os.path.devnull, "r"),
stdout = subprocess.PIPE,
stderr = subprocess.PIPE,
creationflags = creationflags,
preexec_fn = preexec_fn,
)
Expand Down

0 comments on commit 1aaa1ac

Please sign in to comment.