This commit is contained in:
Benedikt Bartscher 2024-10-10 21:00:12 +02:00
parent 1a62cee14a
commit 8c48c3c547
No known key found for this signature in database

View File

@ -399,7 +399,8 @@ class AppHarness:
self.frontend_process.stdout.readline() # pyright: ignore [reportOptionalMemberAccess]
)
# catch I/O operation on closed file.
except ValueError:
except ValueError as e:
print(e)
break
if not line:
break