From 9e97cb242b5000830ffb2352c2022600a13e3674 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 16 Dec 2016 13:15:36 +0100 Subject: [PATCH] add a line break --- borg_interface/interface_functions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/borg_interface/interface_functions.py b/borg_interface/interface_functions.py index 8c60d5f..b56a504 100644 --- a/borg_interface/interface_functions.py +++ b/borg_interface/interface_functions.py @@ -59,7 +59,8 @@ def mount_archive(): int_vars.mount_point]) p.wait() draw_screen(2, 2, "Archive mounted at " + int_vars.mount_point + "/.") - screen.addstr(3, 2, "The archive will remain mounted as long this programm is running.") + screen.addstr(3, 2, "The archive will remain mounted as long this programm " + "is running.") screen.refresh() ncurses_pause()