fix colab again...

This commit is contained in:
Victor Hall 2023-03-30 09:29:22 -04:00
parent 417caad209
commit 0958536c6d
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@
"\n",
"for log_line in process.stdout:\n",
" global last_output\n",
" last_output = None\n",
" log_line = log_line.strip()\n",
" if log_line:\n",
" if log_line != last_output:\n",