diff --git a/gramps/cli/user.py b/gramps/cli/user.py index 6076edb05..815da7df9 100644 --- a/gramps/cli/user.py +++ b/gramps/cli/user.py @@ -169,7 +169,7 @@ class User(user.User): :type warning: str :returns: none """ - self._fileout.write("%s %s" % (title, warning)) + self._fileout.write("%s\n%s\n" % (title, warning)) def notify_error(self, title, error=""): """