diff --git a/gramps/cli/user.py b/gramps/cli/user.py index 0997f717c..4aa8e88f1 100644 --- a/gramps/cli/user.py +++ b/gramps/cli/user.py @@ -196,5 +196,4 @@ class User(user.User): """ Displays information to the CLI """ - self._fileout.write(msg1) - self._fileout.write(infotext) + self._fileout.write("{} {}\n".format(msg1, infotext))