client: fix relative paths

This commit is contained in:
2021-03-25 18:26:50 +01:00
parent f15ff38f69
commit 7476870acc
3 changed files with 9 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ class PreambleRetriever(Retriever):
while True:
self.buffer.append(line)
if line in ("\r\n", "\n", " "):
if line in ("\r\n", "\n", ""):
break
yield line