Skip to content

Commit ef8003d

Browse files
authored
Update ipykernel/iostream.py
1 parent ded3fc8 commit ef8003d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/iostream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _check_mp_mode(self):
177177

178178
def start(self):
179179
"""Start the IOPub thread"""
180-
self.thread.name="IOPub"
180+
self.thread.name = "IOPub"
181181
self.thread.start()
182182
# make sure we don't prevent process exit
183183
# I'm not sure why setting daemon=True above isn't enough, but it doesn't appear to be.

0 commit comments

Comments
 (0)