diff --git a/bots/zephyr_mirror.py b/bots/zephyr_mirror.py index 6c4fe3e..b4e097d 100755 --- a/bots/zephyr_mirror.py +++ b/bots/zephyr_mirror.py @@ -116,7 +116,7 @@ def unwrap_lines(body): result = "" previous_line = lines[0] for line in lines[1:]: - line = line.strip() + line = line.rstrip() if (line == "" or previous_line == "" or not re.match(r'^[\w]', line, flags=re.UNICODE) or