Skip to content

Commit d20a046

Browse files
committed
fix GitHub Actions run #3
1 parent b0b6448 commit d20a046

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/xulbux/console.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,6 +1843,7 @@ def _redraw_display(self) -> None:
18431843
self._original_stdout.flush()
18441844

18451845

1846+
@mypyc_attr(native_class=False)
18461847
class _InterceptedOutput(_io.StringIO):
18471848
"""Custom StringIO that captures output and stores it in the progress bar buffer."""
18481849

0 commit comments

Comments
 (0)