general: Fix comment

This commit is contained in:
Dylan Araps 2017-07-22 09:50:35 +10:00
parent 12f9211cd4
commit d8d0297d89

View File

@ -108,7 +108,7 @@ def disown(*cmd):
def msg(input_msg, quiet):
"""Print to the terminal and a libnotify
"""Print to the terminal and display a libnotify
notification."""
if not quiet:
disown("notify-send", input_msg)