aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmailconf.py')
-rwxr-xr-xfetchmailconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py
index 2350bc36..d74f74ee 100755
--- a/fetchmailconf.py
+++ b/fetchmailconf.py
@@ -1961,7 +1961,7 @@ class RunWindow(Frame):
self.textwidget.insert(END, ch)
self.update()
ret = child_stdout.close()
- self.textwidget.insert(END, "Done.")
+ self.textwidget.insert(END, "Done.\n")
if ret is not None:
if ret < 0:
self.textwidget.insert(END, "Fetchmail killed with signal {}.".format(-ret))