Ignore:
Timestamp:
08/11/23 14:47:06 (9 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Various minor bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/gui.py

    r1098 r1099  
    869869    def flushStdIO(self):
    870870        """Flush any text to the standard error that could not be logged."""
    871         if self._stdioText:
     871        if self._stdioText and sys.__stderr__ is not None:
    872872            sys.__stderr__.write(self._stdioText)
    873873
Note: See TracChangeset for help on using the changeset viewer.