diff -r 6a042a54e0f7 -r 385f60c94548 eric6/DebugClients/Python/AsyncFile.py --- a/eric6/DebugClients/Python/AsyncFile.py Sat Apr 10 17:54:58 2021 +0200 +++ b/eric6/DebugClients/Python/AsyncFile.py Sat Apr 10 18:31:17 2021 +0200 @@ -257,7 +257,7 @@ lines.append(line) if sizehint >= 0: - room = room - linelen + room -= linelen if room <= 0: break