give CLI warning "title" its own line, as the error already does
This commit is contained in:
parent
1ce98afc86
commit
ce830fb8bf
@ -169,7 +169,7 @@ class User(user.User):
|
|||||||
:type warning: str
|
:type warning: str
|
||||||
:returns: none
|
:returns: none
|
||||||
"""
|
"""
|
||||||
self._fileout.write("%s %s" % (title, warning))
|
self._fileout.write("%s\n%s\n" % (title, warning))
|
||||||
|
|
||||||
def notify_error(self, title, error=""):
|
def notify_error(self, title, error=""):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user