Skip to content

Commit 0ccc591

Browse files
Carreaublink1073
andauthored
Update ipykernel/kernelbase.py
Co-authored-by: Steven Silvester <[email protected]>
1 parent 7d7961e commit 0ccc591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/kernelbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ def _input_request(self, prompt, ident, parent, password=False):
11371137
return value
11381138

11391139
async def _progressively_terminate_all_children(self):
1140-
if sys.platform != "win32":
1140+
if sys.platform == "win32":
11411141
self.log.info(f"Terminating subprocesses not yet supported on windows.")
11421142
return
11431143

0 commit comments

Comments
 (0)