You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that stdout is a StreamReader object, which does not have flush(). Not sure if this line should be removed, or if there is an alternative method for doing something equivalent.
The text was updated successfully, but these errors were encountered:
When working on the long log line fix, I encountered an exception from this line:
cocotb-test/cocotb_test/simulator.py
Line 371 in 4a5f1d2
It seems that stdout is a
StreamReader
object, which does not haveflush()
. Not sure if this line should be removed, or if there is an alternative method for doing something equivalent.The text was updated successfully, but these errors were encountered: