eric7/Utilities/BackgroundService.py

branch
eric7
changeset 8366
2a9f5153c438
parent 8358
144a6b854f70
child 8456
00a7d3bd87dc
diff -r cde9bde830ea -r 2a9f5153c438 eric7/Utilities/BackgroundService.py
--- a/eric7/Utilities/BackgroundService.py	Sun May 23 13:33:13 2021 +0200
+++ b/eric7/Utilities/BackgroundService.py	Sun May 23 15:35:49 2021 +0200
@@ -220,7 +220,9 @@
                         "<p>Note: The client can be restarted by opening and"
                         " accepting the preferences dialog or reloading/"
                         "changing the project.</p>").format(lang),
-                    EricMessageBox.Yes | EricMessageBox.No | EricMessageBox.Retry,
+                    EricMessageBox.Yes |
+                    EricMessageBox.No |
+                    EricMessageBox.Retry,
                     EricMessageBox.Yes)
                 
                 if res == EricMessageBox.Retry:

eric ide

mercurial