From 77362106eb287a0747e2aa183276dad6b4d4ef39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=20M=C3=B6ller?= Date: Sun, 18 Aug 2019 19:35:54 -0400 Subject: [PATCH] fix pep8 separatin text lines --- lubuntu-notifier.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lubuntu-notifier.py b/lubuntu-notifier.py index 0306708..aed0c0e 100755 --- a/lubuntu-notifier.py +++ b/lubuntu-notifier.py @@ -47,7 +47,9 @@ class Dialog(QWidget): self.center() if self.upgrades > 0: - text = "There are upgrades available. Do you want to do a system upgrade?\nThis will mean packages could be upgraded, installed, or removed." + text = "There are upgrades available. Do you want to do a system" + text += " upgrade?\nThis will mean packages could be upgraded," + text += " installed, or removed." if reboot_required: if text == "":