Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 581028284
  • Loading branch information
colaboratory-team committed Nov 9, 2023
1 parent 1b6462d commit bddf51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/colab/_system_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _monitor_process(parent_pty, epoll, p, cmd, update_stdin_widget):
# characters.
# In order to be consistent with IPython's treatment of non-UTF-8 output, make
# use of the "replace" error handler within the decoder.
# https://github.com/ipython/ipykernel/blob/master/ipykernel/iostream.py.
# https://github.com/ipython/ipykernel/blob/main/ipykernel/iostream.py.
decoder = codecs.getincrementaldecoder(_ENCODING)(errors='replace')

num_interrupts = 0
Expand Down

0 comments on commit bddf51b

Please sign in to comment.