Open rainman110 opened 9 months ago
In GitLab by @schu_m27 on Feb 2, 2024, 14:17
I had a similar problem once after reassignent the sys.stdout to an own object and missed to implement methods from TextIOWrapper, e.g.
def fileno(self):
"""
To be compatible to sys.stdout and sys.stderr
"""
return self._fileno
In GitLab by @jensschmeink on May 8, 2024, 07:27
moved from gtlab/gtlab-issuetracking#90
In GitLab by @schu_m27 on Feb 2, 2024, 14:16
This code in a GtpyTask gives an error:
Error traceback: