Skip to content

Commit

Permalink
reword to appease pedantic pep8 bot
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Nov 30, 2018
1 parent 04323d0 commit 982707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/ipythonconsole/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ def create_kernel_manager_and_kernel_client(self, connection_file,
if os.name == 'nt':
# avoid closing fds on win+Python 3.7
# which prevents interrupts
# this should be fixed in a jupyter_client release (later than 5.2.3)
# jupyter_client > 5.2.3 will do this by default
kwargs['close_fds'] = False
# Catch any error generated when trying to start the kernel
# See issue 7302
Expand Down

0 comments on commit 982707b

Please sign in to comment.