give CLI warning "title" its own line, as the error already does

This commit is contained in:
Paul Franklin 2017-02-24 12:28:31 -08:00
parent 1ce98afc86
commit ce830fb8bf

View File

@ -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=""):
"""