From d91f4e13d05c87da7a64562d0ec8c0388261c2b8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 6 Jun 2016 17:13:56 +0200 Subject: [PATCH] Fix long line --- tests/end2end/fixtures/quteprocess.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index 8d462e6ea..38bd9aa7a 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -335,7 +335,8 @@ class QuteProc(testprocess.Process): Args: count: The count to pass to the command. - invalid: If True, we don't wait for "command called: ..." in the log + invalid: If True, we don't wait for "command called: ..." in the + log """ summary = command if count is not None: